[cmake-commits] hoffman committed test.cmake.in 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 12 11:06:40 EST 2006


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

Modified Files:
	test.cmake.in 
Log Message:
ENH: do not use svn until it is working again


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTest3/test.cmake.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- test.cmake.in	25 Oct 2006 13:54:17 -0000	1.10
+++ test.cmake.in	12 Dec 2006 16:06:38 -0000	1.11
@@ -55,7 +55,8 @@
 CTEST_COVERAGE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_SUBMIT(RETURN_VALUE res)
 
-SET(svncommand "@SVNCOMMAND@")
+#SET(svncommand "@SVNCOMMAND@")
+set(svncommand FALSE) # turn this off until namic svn cmake is back
 IF(svncommand)
   # Project 2
   PROJECT_START("KWSys from SVN")



More information about the Cmake-commits mailing list