CTestScriptMode.cmake 523 B

12345678910111213141516171819
  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. #
  7. #
  8. #
  9. # This file is read by ctest in script mode (-S)
  10. # Determine the current system, so this information can be used
  11. # in ctest scripts
  12. include(CMakeDetermineSystem)
  13. # Also load the system specific file, which sets up e.g. the search paths.
  14. # This makes the FIND_XXX() calls work much better
  15. include(CMakeSystemSpecificInformation)