Skip to content

Commit

Permalink
(#9047) boost: Bump build_requires of 'b2' to '4.7.1' (was '4.5.0').
Browse files Browse the repository at this point in the history
This fixes #9047 ('build from source fails with MSVC 2022 due to outdated b2 dep')
  • Loading branch information
accwebs committed Jan 25, 2022
1 parent 2486b31 commit 0471a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def validate(self):

def build_requirements(self):
if not self.options.header_only:
self.build_requires("b2/4.5.0")
self.build_requires("b2/4.7.1")

def _with_dependency(self, dependency):
"""
Expand Down

0 comments on commit 0471a18

Please sign in to comment.