1# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2# file Copyright.txt or https://cmake.org/licensing for details.
3
4#[=======================================================================[.rst:
5CTestScriptMode
6---------------
7
8
9
10This file is read by ctest in script mode (-S)
11#]=======================================================================]
12
13# Determine the current system, so this information can be used
14# in ctest scripts
15include(CMakeDetermineSystem)
16
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
19include(CMakeSystemSpecificInformation)
20
21