mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 02:48:38 +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)
|