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 /Source/CTest | |
parent | bab4bf8591deb8f86e30621b2cb7105afef8ad8c (diff) | |
download | CMake-f451469d58384f9040bdb2975540172ca8134cf3.zip CMake-f451469d58384f9040bdb2975540172ca8134cf3.tar.gz CMake-f451469d58384f9040bdb2975540172ca8134cf3.tar.bz2 |
ENH: Cleanups
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/Curl/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt index 1188f75..b29512d 100644 --- a/Source/CTest/Curl/CMakeLists.txt +++ b/Source/CTest/Curl/CMakeLists.txt @@ -568,7 +568,5 @@ IF(CURL_TESTING) SUBDIRS(Testing) ENDIF(CURL_TESTING) -IF(NOT CMAKE_BUILD_WITH_CURL) - ADD_EXECUTABLE(LIBCURL Testing/curltest.c) - TARGET_LINK_LIBRARIES(LIBCURL Curl) -ENDIF(NOT CMAKE_BUILD_WITH_CURL) +ADD_EXECUTABLE(LIBCURL Testing/curltest.c) +TARGET_LINK_LIBRARIES(LIBCURL Curl) |