diff options
author | David Cole <david.cole@kitware.com> | 2009-07-24 21:28:54 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-07-24 21:28:54 (GMT) |
commit | 6414fa21fe1540dc1772fba1a4a711023e67e107 (patch) | |
tree | 6c81f805f517742f943f10cc662fe4f3eb8521e6 | |
parent | 6237c6ead46149aed0ca13e6d3671a71b5fd8dd4 (diff) | |
download | CMake-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.txt | 2 |
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) |