[cmake-commits] hoffman committed test.cmake.in 1.9.2.1 1.9.2.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jan 3 16:09:16 EST 2007
Update of /cvsroot/CMake/CMake/Tests/CTestTest3
In directory public:/mounts/ram/cvs-serv32269/Tests/CTestTest3
Modified Files:
Tag: CMake-2-4
test.cmake.in
Log Message:
ENH: merge from main tree
Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTest3/test.cmake.in,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- test.cmake.in 27 Oct 2006 20:01:52 -0000 1.9.2.1
+++ test.cmake.in 3 Jan 2007 21:09:14 -0000 1.9.2.2
@@ -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