mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
8 lines
150 B
CMake
8 lines
150 B
CMake
include(RunCMake)
|
|
|
|
list(APPEND RunCMake_TEST_OPTIONS -DCMAKE_BUILD_TYPE=Debug)
|
|
|
|
run_cmake(CMP0043-OLD)
|
|
run_cmake(CMP0043-NEW)
|
|
run_cmake(CMP0043-WARN)
|