summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2012-10-15 18:34:01 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-10-16 19:27:59 (GMT)
commitd63eb0be203d82574a37383e63b609bc547869dd (patch)
tree69d6f21b313d1ff40c0946f1a5301187bcb4a794 /Source
parent5ca5a09e06131579a8137d91366279a255afdcae (diff)
downloadCMake-d63eb0be203d82574a37383e63b609bc547869dd.zip
CMake-d63eb0be203d82574a37383e63b609bc547869dd.tar.gz
CMake-d63eb0be203d82574a37383e63b609bc547869dd.tar.bz2
CTest: Ensure CTEST_USE_LAUNCHERS behaves nicely in Superbuild setup
When building a project relying on External projects, the launchers were not used in subprojects built without testing enabled. This was preventing errors and warnings associated with these subprojects from being reported on the dashboard. This commit allows enabling the launchers independently of the value of "BUILD_TESTING" using one of these two approaches: 1) By setting both CTEST_USE_LAUNCHERS and the env variable "CTEST_USE_LAUNCHERS_DEFAULT" to 1 in the ctest dashboard driver scripts. 2) By enabling the variable CTEST_USE_LAUNCHERS in the ctest dashboard driver script and also by ensuring every external project passes the option -DCMAKE_PROJECT_<projectname>_INCLUDE:FILEPATH=${CMAKE_ROOT}/Modules/CTestUseLaunchers.cmake
Diffstat (limited to 'Source')
0 files changed, 0 insertions, 0 deletions