Skip to content

FindBoost: Add support for Boost 1.77

Brad King requested to merge brad.king/cmake:FindBoost-1.77 into master

Update the list of known versions.

Run the command

cmake -DBOOST_DIR=/path/to/boost_1_77_0 \
  -P Utilities/Scripts/BoostScanDeps.cmake

to extract dependencies from the 1.77.0 source tree. The dependencies differ from those of 1.76: the contract, thread, and wave components no longer depend on date_time. The math component no longer depends on atomic.

Fixes: #22588 (closed)
Backport: release

Merge request reports