diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-10 16:49:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-10 16:49:09 (GMT) |
commit | 3c3ea267b88813fe53e557a3369f7df2910809a0 (patch) | |
tree | c1b1bb139ee038054115edde3cb326dac548ab24 | |
parent | 7a927b5d50a9b6e0e7ce40bc459ad7df8dfbe0bd (diff) | |
download | CMake-3c3ea267b88813fe53e557a3369f7df2910809a0.zip CMake-3c3ea267b88813fe53e557a3369f7df2910809a0.tar.gz CMake-3c3ea267b88813fe53e557a3369f7df2910809a0.tar.bz2 |
removed extra ENDIF
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 4b39511..e0dc7e4 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -221,8 +221,6 @@ IF(BUILD_TESTING) Exec ${CMake_BINARY_DIR}/Tests/LinkLine LinkLine) - - ENDIF (DART_ROOT) ENDIF(BUILD_TESTING) |