Skip to content

Build all the boost 1.60 dependencies, as they have changed.

Robert Maynard requested to merge (removed):build_all_boost_dependencies into master

Starting in 1.60 boost requires that chrono and atomic be built if you are using thread, which remus requires.

See https://github.com/Kitware/CMake/blob/v3.5.0-rc1/Modules/FindBoost.cmake#L720 for the CMake logic that does Boost dependency checking.

Merge request reports