RunCMakeTest.cmake 456 B

123456789101112131415
  1. include(RunCMake)
  2. run_cmake(CMP0026-WARN)
  3. run_cmake(CMP0026-OLD)
  4. run_cmake(CMP0026-NEW)
  5. run_cmake(CMP0026-IMPORTED)
  6. run_cmake(CMP0026-CONFIG-LOCATION-NEW)
  7. run_cmake(CMP0026-CONFIG-LOCATION-OLD)
  8. run_cmake(CMP0026-CONFIG-LOCATION-WARN)
  9. run_cmake(CMP0026-LOCATION-CONFIG-NEW)
  10. run_cmake(CMP0026-LOCATION-CONFIG-OLD)
  11. run_cmake(CMP0026-LOCATION-CONFIG-WARN)
  12. run_cmake(ObjlibNotDefined)
  13. run_cmake(LOCATION-and-TARGET_OBJECTS)
  14. run_cmake(clear-cached-information)