From b6e42e3aa48610c04612925db87dca0fbc5667eb Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 8 Feb 2010 13:07:47 -0500 Subject: [PATCH] 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. --- Tests/CMakeInstall.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake index 6af574ecc..f141b53a7 100644 --- a/Tests/CMakeInstall.cmake +++ b/Tests/CMakeInstall.cmake @@ -33,7 +33,6 @@ if(CMake_TEST_INSTALL) add_test(CMake.Install ${CMake_TEST_INSTALL_CTest} ${CMake_TEST_INSTALL_CONFIG} - --force-new-ctest-process --build-and-test ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} --build-generator ${CMAKE_GENERATOR} # Not CMAKE_TEST_GENERATOR --build-project CMake