Merge topic 'cxx-checks-tolerate-unused-arguments'
[kiteware-cmake.git] / Modules / CTestScriptMode.cmake
blob7af3577e0e35bd4587e7e8e5be71225160536c0b
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:
5 CTestScriptMode
6 ---------------
10 This file is read by ctest in script mode (-S)
11 #]=======================================================================]
13 # Determine the current system, so this information can be used
14 # in ctest scripts
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)