diff options
author | Brad King <brad.king@kitware.com> | 2010-02-08 18:07:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-02-08 18:07:47 (GMT) |
commit | b6e42e3aa48610c04612925db87dca0fbc5667eb (patch) | |
tree | 28ef61aac78f0bdc190a760d53b6cb89b24262cd | |
parent | 09be6c548041f37739a6a9de783b447c2033ad93 (diff) | |
download | CMake-b6e42e3aa48610c04612925db87dca0fbc5667eb.zip CMake-b6e42e3aa48610c04612925db87dca0fbc5667eb.tar.gz CMake-b6e42e3aa48610c04612925db87dca0fbc5667eb.tar.bz2 |
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.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake index 6af574e..f141b53 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 |