mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
45aec04508
executing a ctest script so the search paths are fully set up and variables like CMAKE_SYSTEM are available. This is useful e.g. for new-style ctest scripting. (these files are also loaded on startup by cpack, so now they behave similar). Hmmm, maybe they should be also loaded by cmake -P ? Alex