[Cmake-commits] [cmake-commits] alex committed CTestScriptMode.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Jul 12 04:51:53 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv7972/Modules

Added Files:
	CTestScriptMode.cmake 
Log Message:
STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from
cmCTestScriptHandler, but have it load the new script CTestScriptMode.cmake
-> that makes it more flexible, also add a simple test that the system name
has been determined correctly

Alex


--- NEW FILE: CTestScriptMode.cmake ---
# This file is read by ctest in script mode (-S)

# Determine the current system, so this information can be used 
# 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)




More information about the Cmake-commits mailing list