Files
CMake/Tests/RunCMake/include/CMP0167-WARN-stderr.txt
T
Brad King e0355c4ea9 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
2024-05-03 10:30:23 -04:00

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\.$