Skip to content

Commit

Permalink
remove cpp compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ybogo committed Apr 3, 2024
1 parent 829e14f commit 49090b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/aerospike-client-c/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def validate(self):
def configure(self):
if self.options.shared:
self.options.rm_safe("fPIC")
self.settings.rm_safe("compiler.libcxx")
self.settings.rm_safe("compiler.cppstd")

def requirements(self):
self.requires("openssl/[>=1.1 <4]")
Expand Down

0 comments on commit 49090b4

Please sign in to comment.