Updated formatting of documentation plus a little reorganization.
[cmake.git] / Modules / CTestScriptMode.cmake
blob146bdf15395118362e56b80bbe7ba618d27df8a7
1 # This file is read by ctest in script mode (-S)
3 # Determine the current system, so this information can be used 
4 # in ctest scripts
5 include(CMakeDetermineSystem)
7 # Also load the system specific file, which sets up e.g. the search paths.
8 # This makes the FIND_XXX() calls work much better
9 include(CMakeSystemSpecificInformation)