diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-15 15:57:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-15 15:57:12 (GMT) |
commit | bf326092a85b4ea4aa52825cbde66729ae1baf6e (patch) | |
tree | 6b90a013fd03cd802f71d716abcd7c7855a6e3a2 /Source | |
parent | 6bc6466be352aafe052ca6d5f0a2a03784322353 (diff) | |
download | CMake-bf326092a85b4ea4aa52825cbde66729ae1baf6e.zip CMake-bf326092a85b4ea4aa52825cbde66729ae1baf6e.tar.gz CMake-bf326092a85b4ea4aa52825cbde66729ae1baf6e.tar.bz2 |
COMP: Security.c should be only build when Kerberos is on
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/Curl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt index 31fcf93..f4786eb 100644 --- a/Source/CTest/Curl/CMakeLists.txt +++ b/Source/CTest/Curl/CMakeLists.txt @@ -70,7 +70,6 @@ SET(libCurl_SRCS multi.c netrc.c progress.c - security.c sendf.c share.c speedcheck.c |