diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-02-24 21:18:11 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2019-02-25 08:36:27 (GMT) |
commit | b5a69c62793b0b77f56a12c07946a691469ca3f6 (patch) | |
tree | 5592567e90fd1e8482e36484e17b1f7b1f883a83 /CMakeLists.txt | |
parent | d930e8c0438a7cac85668a15dc6387d2296dc849 (diff) | |
download | CMake-b5a69c62793b0b77f56a12c07946a691469ca3f6.zip CMake-b5a69c62793b0b77f56a12c07946a691469ca3f6.tar.gz CMake-b5a69c62793b0b77f56a12c07946a691469ca3f6.tar.bz2 |
cmcompress: Delete unused 3rdParty module
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd130ec..69e3064 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -445,14 +445,6 @@ macro (CMAKE_BUILD_UTILITIES) endif() #--------------------------------------------------------------------- - # Build Compress library for CTest. - set(CMAKE_COMPRESS_INCLUDES - "${CMAKE_CURRENT_BINARY_DIR}/Utilities/cmcompress") - set(CMAKE_COMPRESS_LIBRARIES "cmcompress") - add_subdirectory(Utilities/cmcompress) - CMAKE_SET_TARGET_FOLDER(cmcompress "Utilities/3rdParty") - - #--------------------------------------------------------------------- # Build expat library for CMake, CTest, and libarchive. if(CMAKE_USE_SYSTEM_EXPAT) find_package(EXPAT) |