Skip to content

Commit

Permalink
thrift: libs-> system_libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed May 22, 2020
1 parent 5a2d151 commit af0cd26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/thrift/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

class ConanFileDefault(ConanFile):
name = "thrift"

description = "Thrift is an associated code generation mechanism for RPC"
topics = ("conan", "thrift", "serialization", "rpc")
url = "https://github.com/conan-io/conan-center-index"
Expand Down Expand Up @@ -142,5 +141,4 @@ def package_info(self):
# To avoid error C2589: '(' : illegal token on right side of '::'
self.cpp_info.defines.append("NOMINMAX")
elif self.settings.os == "Linux":
self.cpp_info.libs.extend(["m", "pthread"])

self.cpp_info.system_libs.extend(["m", "pthread"])

0 comments on commit af0cd26

Please sign in to comment.