Skip to content

Commit

Permalink
Update recipes/stlab/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Jun 26, 2023
1 parent a4e1c17 commit ff737fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/stlab/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def build_requirements(self):

def requirements(self):
if self.options.with_boost:
self.requires("boost/1.80.0")
self.requires("boost/1.81.0")

# On macOS, it is not necessary to use the libdispatch conan package, because the library is
# included in the OS.
Expand Down

0 comments on commit ff737fe

Please sign in to comment.