cmake/Tests/RunCMake/while/RunCMakeTest.cmake

12 lines
206 B
CMake
Raw Normal View History

2015-11-17 17:22:37 +01:00
include(RunCMake)
run_cmake(MissingArgument)
run_cmake(EndMissing)
run_cmake(EndMismatch)
run_cmake(EndAlone)
run_cmake(EndAloneArgs)
2021-11-20 13:41:27 +01:00
2022-08-04 22:12:04 +02:00
run_cmake(CMP0130-OLD)
run_cmake(CMP0130-WARN)
run_cmake(CMP0130-NEW)