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.
14 lines
330 B
14 lines
330 B
include(RunCMake)
|
|
|
|
run_cmake(unparsed-arguments)
|
|
run_cmake(user-lang-unknown)
|
|
run_cmake(default-lang-none)
|
|
run_cmake(not-supported-by-cmake)
|
|
run_cmake(not-supported-by-compiler)
|
|
run_cmake(save-to-result)
|
|
run_cmake(cmp0069-is-old)
|
|
|
|
if(RunCMake_GENERATOR MATCHES "^Visual Studio 9 ")
|
|
run_cmake(not-supported-by-generator)
|
|
endif()
|