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.
13 lines
353 B
13 lines
353 B
include(RunCMake)
|
|
|
|
# Protect tests from running inside the default install prefix.
|
|
set(RunCMake_TEST_OPTIONS "-DCMAKE_INSTALL_PREFIX=${RunCMake_BINARY_DIR}/NotDefaultPrefix")
|
|
|
|
run_cmake(NotFoundContent)
|
|
run_cmake(DebugIncludes)
|
|
run_cmake(TID-bad-target)
|
|
run_cmake(ImportedTarget)
|
|
run_cmake(CMP0021)
|
|
run_cmake(install_config)
|
|
run_cmake(incomplete-genex)
|