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