diff options
author | David Cole <david.cole@kitware.com> | 2009-07-24 16:15:10 -0400 |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-07-24 16:15:10 -0400 |
commit | b819ee85c0249456ea9751a2b08636d3b40a135d (patch) | |
tree | a4f5b96e2dda0c5f06d32deb8163bf82f211581a /Tests/CMakeLists.txt | |
parent | 5bea9620dcecea1ff252c688823485560bc6cab1 (diff) | |
download | cmake-b819ee85c0249456ea9751a2b08636d3b40a135d.tar.gz |
BUG: Oops. Left chunk of junk at the bottom of the main Tests CMakeLists.txt file with the last commit... Sorry.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 3b6449c6e5..e461170f12 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1251,9 +1251,3 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel ENDIF(BUILD_TESTING) SUBDIRS(CMakeTests) - -if(BUILD_TESTING) - if(do_cvs_tests) - add_test(IsSourceTreeUnmodified ${CMAKE_CMAKE_COMMAND} -P "IsSourceTreeUnmodified.cmake") - endif(do_cvs_tests) -endif(BUILD_TESTING) |