summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-01 15:43:28 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-01 15:43:28 (GMT)
commitf7165110baaf78c56e592f86e96802089a7e5047 (patch)
tree53d993bf944a0d0f7bd77a4472a0b2ded26af71c /Source
parent04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620 (diff)
downloadCMake-f7165110baaf78c56e592f86e96802089a7e5047.zip
CMake-f7165110baaf78c56e592f86e96802089a7e5047.tar.gz
CMake-f7165110baaf78c56e592f86e96802089a7e5047.tar.bz2
COMP: Avoid adding content_encoding.c twice.
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/Curl/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt
index f4786eb..f23be4b 100644
--- a/Source/CTest/Curl/CMakeLists.txt
+++ b/Source/CTest/Curl/CMakeLists.txt
@@ -511,10 +511,6 @@ IF(NOT HAVE_ZLIB_H)
SET(HAVE_LIBZ 0)
ENDIF(NOT HAVE_ZLIB_H)
-IF(HAVE_LIBZ)
- SET(libCurl_SRCS ${libCurl_SRCS} content_encoding.c)
-ENDIF(HAVE_LIBZ)
-
IF(_FILE_OFFSET_BITS)
SET(_FILE_OFFSET_BITS 64)
ENDIF(_FILE_OFFSET_BITS)