[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.149 1.150

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 19:13:42 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Add missing depend because of registry write with complex name, they can not be done in parallel.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.149
retrieving revision 1.150
diff -C 2 -d -r1.149 -r1.150
*** CMakeLists.txt	30 Oct 2009 16:08:10 -0000	1.149
--- CMakeLists.txt	4 Nov 2009 00:13:40 -0000	1.150
***************
*** 622,625 ****
--- 622,627 ----
        --test-command complex)
      LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ComplexOneConfig")
+     # because of the registry write these tests depend on each other
+     SET_TESTS_PROPERTIES ( complex PROPERTIES DEPENDS complexOneConfig)
  
  # This fails on VS 70



More information about the Cmake-commits mailing list