Skip to content

FindBoost: Add support for Boost 1.70

Mateusz Łoskot requested to merge mloskot/cmake:ml/FindBoost-add-1.70 into master

Boost master and develop branches just bumped the version.

/cc @rleigh


The dependencies update generated with

cmake -DBOOST_DIR=D:\boost.win -P Utilities/Scripts/BoostScanDeps.cmake

where D:\boost.win was full clone of Boost at the latest master branch.

Boost 1.69 added Safe Numerics as new library, https://www.boost.org/users/history/version_1_69_0.html, but this library does not offer all-in-one header (author's intention), so there is no _Boost_SAFE_NUMERICS_HEADERS to add.

Topic-rename: FindBoost-1.70

Edited by Brad King

Merge request reports