diff options
Diffstat (limited to 'Tests/CTestTest3/test.cmake.in')
-rw-r--r-- | Tests/CTestTest3/test.cmake.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CTestTest3/test.cmake.in b/Tests/CTestTest3/test.cmake.in index 4db2ae4..ade256a 100644 --- a/Tests/CTestTest3/test.cmake.in +++ b/Tests/CTestTest3/test.cmake.in @@ -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") |