mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Upstream Boost 1.70 and above provide a proper `BoostConfig.cmake` package configuration file. Packages for all major distros now provide it in at least one LTS release. Add a policy to pretend that the `FindBoost` module does not exist so that projects calling `find_package(Boost)` use the upstream package directly. Closes: #19402
7 lines
251 B
ReStructuredText
7 lines
251 B
ReStructuredText
FindBoost-remove
|
|
-----------------
|
|
|
|
* The :module:`FindBoost` module has been removed by policy :policy:`CMP0167`.
|
|
Port projects to upstream Boost's ``BoostConfig.cmake`` package
|
|
configuration file, for which ``find_package(Boost)`` now searches.
|