CTestScriptMode.cmake 332 B

12345678910
  1. # This file is read by ctest in script mode (-S)
  2. # Determine the current system, so this information can be used
  3. # in ctest scripts
  4. include(CMakeDetermineSystem)
  5. # Also load the system specific file, which sets up e.g. the search paths.
  6. # This makes the FIND_XXX() calls work much better
  7. include(CMakeSystemSpecificInformation)