[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.116.2.4 1.116.2.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 19:10:59 EST 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt 
Log Message:
Add missing depend on the branch to get release out as it does not really affect the RC


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.116.2.4
retrieving revision 1.116.2.5
diff -C 2 -d -r1.116.2.4 -r1.116.2.5
*** CMakeLists.txt	3 Nov 2009 22:25:03 -0000	1.116.2.4
--- CMakeLists.txt	4 Nov 2009 00:10:57 -0000	1.116.2.5
***************
*** 613,616 ****
--- 613,618 ----
        --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