Skip to content

Commit

Permalink
docopt.cpp: remove antique workaround in test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Nov 20, 2019
1 parent 54af120 commit 93007d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/docopt.cpp/0.6.2/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ class DoctestTestConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "cmake"

def configure(self):
if tools.cross_building(self.settings):
del self.settings.compiler.libcxx

def build(self):
cmake = CMake(self)
cmake.configure()
Expand Down

0 comments on commit 93007d1

Please sign in to comment.