ENH: do not use svn until it is working again

This commit is contained in:
Bill Hoffman 2006-12-12 11:06:38 -05:00
parent 372ce05a07
commit 69ef2513d1
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ CTEST_MEMCHECK(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
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")