cmake/Tests/RunCMake/CheckIPOSupported/RunCMakeTest.cmake

14 lines
330 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
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)
2018-10-28 12:09:07 +01:00
if(RunCMake_GENERATOR MATCHES "^Visual Studio 9 ")
2017-07-20 19:35:53 +02:00
run_cmake(not-supported-by-generator)
endif()