mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -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
29 lines
672 B
CMake
29 lines
672 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(EmptyString)
|
|
run_cmake(EmptyStringOptional)
|
|
run_cmake(CMP0024-WARN)
|
|
run_cmake(CMP0024-NEW)
|
|
run_cmake(ExportExportInclude)
|
|
run_cmake(IncludeIsDirectory)
|
|
run_cmake(IncludeMalformed)
|
|
|
|
run_cmake(CMP0146-OLD)
|
|
run_cmake(CMP0146-WARN)
|
|
run_cmake(CMP0146-NEW-name)
|
|
run_cmake(CMP0146-NEW-path)
|
|
|
|
run_cmake(CMP0148-Interp-OLD)
|
|
run_cmake(CMP0148-Interp-WARN)
|
|
run_cmake(CMP0148-Interp-NEW-name)
|
|
run_cmake(CMP0148-Interp-NEW-path)
|
|
run_cmake(CMP0148-Libs-OLD)
|
|
run_cmake(CMP0148-Libs-WARN)
|
|
run_cmake(CMP0148-Libs-NEW-name)
|
|
run_cmake(CMP0148-Libs-NEW-path)
|
|
|
|
run_cmake(CMP0167-OLD)
|
|
run_cmake(CMP0167-WARN)
|
|
run_cmake(CMP0167-NEW-name)
|
|
run_cmake(CMP0167-NEW-path)
|