summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-02-08 13:07:47 -0500
committerBrad King <brad.king@kitware.com>2010-02-08 13:07:47 -0500
commitb6e42e3aa48610c04612925db87dca0fbc5667eb (patch)
tree28ef61aac78f0bdc190a760d53b6cb89b24262cd
parent09be6c548041f37739a6a9de783b447c2033ad93 (diff)
downloadcmake-b6e42e3aa48610c04612925db87dca0fbc5667eb.tar.gz
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.
-rw-r--r--Tests/CMakeInstall.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake
index 6af574ecc1..f141b53a70 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