2016-09-27 22:01:08 +03:00
|
|
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
|
|
|
|
2013-10-15 19:17:36 +04:00
|
|
|
#.rst:
|
|
|
|
# CTestScriptMode
|
|
|
|
# ---------------
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
2009-07-12 12:51:51 +04:00
|
|
|
# This file is read by ctest in script mode (-S)
|
|
|
|
|
2012-08-13 21:42:58 +04:00
|
|
|
# Determine the current system, so this information can be used
|
2009-07-12 12:51:51 +04:00
|
|
|
# in ctest scripts
|
|
|
|
include(CMakeDetermineSystem)
|
|
|
|
|
|
|
|
# Also load the system specific file, which sets up e.g. the search paths.
|
|
|
|
# This makes the FIND_XXX() calls work much better
|
|
|
|
include(CMakeSystemSpecificInformation)
|
|
|
|
|