Skip to content

Commit

Permalink
Revert configure options
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Aug 20, 2022
1 parent 4987162 commit 56c6465
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions recipes/gtest/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ def config_options(self):
def configure(self):
if self.options.shared:
del self.options.fPIC
try:
del self.settings.compiler.libcxx
except Exception:
pass
try:
del self.settings.compiler.cppstd
except Exception:
pass

def package_id(self):
del self.info.options.no_main
Expand Down

0 comments on commit 56c6465

Please sign in to comment.