summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-07-24 21:28:54 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-07-24 21:28:54 (GMT)
commit6414fa21fe1540dc1772fba1a4a711023e67e107 (patch)
tree6c81f805f517742f943f10cc662fe4f3eb8521e6
parent6237c6ead46149aed0ca13e6d3671a71b5fd8dd4 (diff)
downloadCMake-6414fa21fe1540dc1772fba1a4a711023e67e107.zip
CMake-6414fa21fe1540dc1772fba1a4a711023e67e107.tar.gz
CMake-6414fa21fe1540dc1772fba1a4a711023e67e107.tar.bz2
BUG: Close endif statements with same string as if so that it still configures with CMake 2.4. One more time. Encore, encore.
-rw-r--r--Tests/CMakeTests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt
index a1962bf..0b10dc3 100644
--- a/Tests/CMakeTests/CMakeLists.txt
+++ b/Tests/CMakeTests/CMakeLists.txt
@@ -36,4 +36,4 @@ if(do_cvs_tests)
"-DCVS_EXECUTABLE:STRING=${CVS_EXECUTABLE}"
)
AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}")
-endif()
+endif(do_cvs_tests)