Skip to content

Commit d009f1d

Browse files
author
Vincent Palancher
committed
build: Upgrades version of Boost from 1.64 to 1.77.
Change-Id: Ibd9f299e0a425962ab34804fc4e570dd2c21e17a Reviewed-on: http://gerrit2.aldebaran.lan/1680 Reviewed-by: jmonnon <[email protected]> Reviewed-by: philippe.martin <[email protected]> Tested-by: vincent.palancher <[email protected]>
1 parent a072133 commit d009f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/set_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
include_guard(GLOBAL)
4646

4747
# Version of Boost to use. It will be used as the argument to the `find_package(Boost)` call.
48-
overridable_variable(BOOST_VERSION 1.64)
48+
overridable_variable(BOOST_VERSION 1.77)
4949

5050
# Version of pybind11 to use.
5151
overridable_variable(PYBIND11_VERSION 2.5.0)

0 commit comments

Comments
 (0)