cmake/Tests/RunCMake/CheckIPOSupported/RunCMakeTest.cmake

14 lines
328 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)
if(RunCMake_GENERATOR MATCHES "^Visual Studio ")
run_cmake(not-supported-by-generator)
endif()