diff options
author | Brad King <brad.king@kitware.com> | 2024-05-03 13:43:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-03 14:30:23 (GMT) |
commit | e0355c4ea9c099e41c0c21ca42be82c09ff28292 (patch) | |
tree | 8d98d3ffe5632538b1eb6e03c6a55b6fed78492c /Help/release | |
parent | 1027c0e213a2dc0175c5645fbd9f5989751fae63 (diff) | |
download | CMake-e0355c4ea9c099e41c0c21ca42be82c09ff28292.zip CMake-e0355c4ea9c099e41c0c21ca42be82c09ff28292.tar.gz CMake-e0355c4ea9c099e41c0c21ca42be82c09ff28292.tar.bz2 |
FindBoost: Add policy to remove this module
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
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/FindBoost-remove.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindBoost-remove.rst b/Help/release/dev/FindBoost-remove.rst new file mode 100644 index 0000000..5abf18f --- /dev/null +++ b/Help/release/dev/FindBoost-remove.rst @@ -0,0 +1,6 @@ +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. |