mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00: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)
|