Skip to content

Commit

Permalink
Depend on boost>=1.81 when building tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed Sep 19, 2023
1 parent 1c50278 commit 24e42f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def layout(self):
def requirements(self):
self.requires("scip/8.0.3", transitive_headers=True)
if self.options.with_tests:
self.requires("boost/1.81.0") # required only for tests
self.requires("boost/[>=1.81.0]") # required only for tests

def generate(self):
tc = CMakeToolchain(self)
Expand Down

0 comments on commit 24e42f0

Please sign in to comment.