mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Previously we would warn when the local and cache version of a variable exists, but this use case doesn't need a warning as it maintains backwards compatibility.
7 lines
120 B
CMake
7 lines
120 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0077-OLD)
|
|
run_cmake(CMP0077-NEW)
|
|
run_cmake(CMP0077-WARN)
|
|
run_cmake(CMP0077-SECOND-PASS)
|