You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
222 B
9 lines
222 B
3 years ago
|
set(RunCMake_TEST_NO_CMP0129 ON)
|
||
|
include(RunCMake)
|
||
|
|
||
|
foreach(lang C CXX Fortran)
|
||
|
run_cmake(${lang})
|
||
|
run_cmake_with_options(${lang} "-DSET_CMP0129=NEW")
|
||
|
run_cmake_with_options(${lang} "-DSET_CMP0129=OLD")
|
||
|
endforeach()
|