[Cmake-commits] [cmake-commits] king committed CMakeInstall.cmake 1.1.2.3 1.1.2.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 8 13:07:49 EST 2010


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv21640/Tests

Modified Files:
      Tag: CMake-2-8
	CMakeInstall.cmake 
Log Message:
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.


Index: CMakeInstall.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeInstall.cmake,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C 2 -d -r1.1.2.3 -r1.1.2.4
*** CMakeInstall.cmake	2 Feb 2010 22:10:55 -0000	1.1.2.3
--- CMakeInstall.cmake	8 Feb 2010 18:07:47 -0000	1.1.2.4
***************
*** 34,38 ****
      ${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
--- 34,37 ----



More information about the Cmake-commits mailing list