mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
e0355c4ea9
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
9 lines
415 B
Plaintext
9 lines
415 B
Plaintext
^CMake Warning \(dev\) at CMP0167-WARN\.cmake:[0-9]+ \(include\):
|
|
Policy CMP0167 is not set: The FindBoost module is removed\. Run "cmake
|
|
--help-policy CMP0167" for policy details\. Use the cmake_policy command to
|
|
set the policy and suppress this warning\.
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|