ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project
If `CTEST_USE_LAUNCHERS` is `TRUE` in a CTest script then the `ctest_configure` command will add `-DCTEST_USE_LAUNCHERS:BOOL=TRUE` to the cmake command used to configure the project. This allows a project to only set `CTEST_USE_LAUNCHERS` in a ctest script and have launchers work.
Showing
- Modules/CTestUseLaunchers.cmake 3 additions, 1 deletionModules/CTestUseLaunchers.cmake
- Source/CTest/cmCTestConfigureCommand.cxx 4 additions, 0 deletionsSource/CTest/cmCTestConfigureCommand.cxx
- Tests/RunCMake/ctest_build/CMakeLists.txt.in 1 addition, 0 deletionsTests/RunCMake/ctest_build/CMakeLists.txt.in
- Tests/RunCMake/ctest_build/RunCMakeTest.cmake 5 additions, 0 deletionsTests/RunCMake/ctest_build/RunCMakeTest.cmake
- Tests/RunCMake/ctest_build/test.cmake.in 1 addition, 0 deletionsTests/RunCMake/ctest_build/test.cmake.in
Please register or sign in to comment