Revert "Avoid CTest 2.6.4 dashboard script crash"
The --force-new-ctest-process option does not do anything in the context where we added it, so we remove the useless change.
This commit is contained in:
parent
09be6c5480
commit
b6e42e3aa4
|
@ -33,7 +33,6 @@ if(CMake_TEST_INSTALL)
|
||||||
add_test(CMake.Install
|
add_test(CMake.Install
|
||||||
${CMake_TEST_INSTALL_CTest}
|
${CMake_TEST_INSTALL_CTest}
|
||||||
${CMake_TEST_INSTALL_CONFIG}
|
${CMake_TEST_INSTALL_CONFIG}
|
||||||
--force-new-ctest-process
|
|
||||||
--build-and-test ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}
|
--build-and-test ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}
|
||||||
--build-generator ${CMAKE_GENERATOR} # Not CMAKE_TEST_GENERATOR
|
--build-generator ${CMAKE_GENERATOR} # Not CMAKE_TEST_GENERATOR
|
||||||
--build-project CMake
|
--build-project CMake
|
||||||
|
|
Loading…
Reference in New Issue