diff options
author | Brad King <brad.king@kitware.com> | 2019-02-27 13:19:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-27 13:20:03 (GMT) |
commit | 23bcac5d582b55f15a892b0e39f67e2d3e5057b0 (patch) | |
tree | 69bd4a1c24c39c0f37e56a2091621f9eb87fda6e /Source | |
parent | c3ce9cfe153cc2af510ee0ecdd05d7e55abfcbdb (diff) | |
parent | b5a69c62793b0b77f56a12c07946a691469ca3f6 (diff) | |
download | CMake-23bcac5d582b55f15a892b0e39f67e2d3e5057b0.zip CMake-23bcac5d582b55f15a892b0e39f67e2d3e5057b0.tar.gz CMake-23bcac5d582b55f15a892b0e39f67e2d3e5057b0.tar.bz2 |
Merge topic 'ctest-clean-compress'
b5a69c6279 cmcompress: Delete unused 3rdParty module
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3019
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 663d42e..2db276d 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -92,7 +92,6 @@ include_directories( ${CMAKE_ZLIB_INCLUDES} ${CMAKE_EXPAT_INCLUDES} ${CMAKE_TAR_INCLUDES} - ${CMAKE_COMPRESS_INCLUDES} ${CMake_HAIKU_INCLUDE_DIRS} ) @@ -801,7 +800,7 @@ endforeach() add_library(CMakeLib ${SRCS}) target_link_libraries(CMakeLib cmsys ${CMAKE_EXPAT_LIBRARIES} ${CMAKE_ZLIB_LIBRARIES} - ${CMAKE_TAR_LIBRARIES} ${CMAKE_COMPRESS_LIBRARIES} + ${CMAKE_TAR_LIBRARIES} ${CMAKE_CURL_LIBRARIES} ${CMAKE_JSONCPP_LIBRARIES} ${CMAKE_LIBUV_LIBRARIES} |