mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05: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)
|