Skip to content

Commit cee19f7

Browse files
authored
Stable/v12.x (#277)
* Use boost 1.85
1 parent 4ba79c0 commit cee19f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def build_requirements(self):
7878

7979
def requirements(self):
8080
# Required
81-
self.requires("boost/1.83.0", transitive_headers=True, override=True)
81+
self.requires("boost/1.85.0", transitive_headers=True)
8282
self.requires("cxxopts/3.1.1", transitive_headers=True)
8383
self.requires("nlohmann_json/3.11.2", transitive_headers=True)
8484
self.requires("spdlog/1.12.0", transitive_headers=True)

0 commit comments

Comments
 (0)