
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
248 B
Plaintext
7 lines
248 B
Plaintext
^CMake Error at [^
|
|
]*/Modules/FindBoost.cmake:[0-9]+ \(message\):
|
|
The FindBoost module has been removed by policy CMP0167\.
|
|
Call Stack \(most recent call first\):
|
|
CMP0167-NEW-path\.cmake:[0-9]+ \(include\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|