Skip to content

FindBoost: Add support for Boost 1.65

Roger Leigh requested to merge rleigh/cmake:boost-1.65 into master

Boost 1.65 was released yesterday. This merge request adds support for it, plus some minor improvements

  • BoostScanDeps can handle the new python numpy component, plus python3/numpy3 variants in the autolink headers
  • FindBoost adds the 1.65 dependencies
  • FindBoost will warn if imported targets are not available for old version (<1.33) but for new but not yet supported variants, it will warn but use the most recent dependency information. This will work in most cases, and make new Boost releases work except for cases where the dependency information is missing or wrong.

Merge request reports