mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
The `FindPythonInterp` and `FindPythonLibs` modules have been deprecated
since CMake 3.12. Add a policy to pretend they do not exist in order to
encourage projects to port to `FindPython` or `FindPython{2,3}`.
24 lines
568 B
CMake
24 lines
568 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)
|