cmake/Tests/RunCMake/CMP0026/RunCMakeTest.cmake

16 lines
456 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
include(RunCMake)
run_cmake(CMP0026-WARN)
2017-07-20 19:35:53 +02:00
run_cmake(CMP0026-OLD)
2014-08-03 19:52:23 +02:00
run_cmake(CMP0026-NEW)
run_cmake(CMP0026-IMPORTED)
run_cmake(CMP0026-CONFIG-LOCATION-NEW)
run_cmake(CMP0026-CONFIG-LOCATION-OLD)
run_cmake(CMP0026-CONFIG-LOCATION-WARN)
run_cmake(CMP0026-LOCATION-CONFIG-NEW)
run_cmake(CMP0026-LOCATION-CONFIG-OLD)
run_cmake(CMP0026-LOCATION-CONFIG-WARN)
2015-04-27 22:25:09 +02:00
run_cmake(ObjlibNotDefined)
run_cmake(LOCATION-and-TARGET_OBJECTS)
2015-11-17 17:22:37 +01:00
run_cmake(clear-cached-information)