Skip to content
Snippets Groups Projects
Commit bccd1ed0 authored by Paul Gessinger's avatar Paul Gessinger
Browse files

Bump required boost version to 1.69

parent 8a2b9377
No related branches found
No related tags found
1 merge request!792Bump required boost version to 1.69
Pipeline #1495903 passed
...@@ -53,7 +53,7 @@ include(TargetSourcesLocal) # needed only until we require CMake 3.13 ...@@ -53,7 +53,7 @@ include(TargetSourcesLocal) # needed only until we require CMake 3.13
# required packages # required packages
set(Boost_NO_BOOST_CMAKE ON) # disable new cmake features from Boost 1.70 on set(Boost_NO_BOOST_CMAKE ON) # disable new cmake features from Boost 1.70 on
find_package(Boost 1.62 REQUIRED COMPONENTS program_options unit_test_framework) find_package(Boost 1.69 REQUIRED COMPONENTS program_options unit_test_framework)
find_package(Eigen 3.2.9 REQUIRED) find_package(Eigen 3.2.9 REQUIRED)
# optional packages # optional packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment