diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-04 15:05:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-04 15:05:01 (GMT) |
commit | f451469d58384f9040bdb2975540172ca8134cf3 (patch) | |
tree | 6a37ce6d0a8f973f879d2cb5b521cc7ebcac82f8 /CMakeLists.txt | |
parent | bab4bf8591deb8f86e30621b2cb7105afef8ad8c (diff) | |
download | CMake-f451469d58384f9040bdb2975540172ca8134cf3.zip CMake-f451469d58384f9040bdb2975540172ca8134cf3.tar.gz CMake-f451469d58384f9040bdb2975540172ca8134cf3.tar.bz2 |
ENH: Cleanups
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cc6e7eb..7fbe6eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,6 @@ SUBDIRS(Source/kwsys) #----------------------------------------------------------------------------- # Build Curl library for CTest. -SET(CMAKE_BUILD_WITH_CURL 1) SUBDIRS(Source/CTest/Curl) #----------------------------------------------------------------------------- |