CTestScriptMode.cmake 662 B

1234567891011121314151617181920
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file Copyright.txt or https://cmake.org/licensing for details.
  3. #[=======================================================================[.rst:
  4. CTestScriptMode
  5. ---------------
  6. This file is read by ctest in script mode (-S)
  7. #]=======================================================================]
  8. # Determine the current system, so this information can be used
  9. # in ctest scripts
  10. include(CMakeDetermineSystem)
  11. # Also load the system specific file, which sets up e.g. the search paths.
  12. # This makes the FIND_XXX() calls work much better
  13. include(CMakeSystemSpecificInformation)