mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06:00
Merge topic 'cli-tar-compress-algo'
94ae247d44cli tar: support different algorithms for zip & 7z1ba3444fd8libarchive: Limit 7zip and zstd compression level to 6 on AIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !11488
This commit is contained in:
@@ -254,6 +254,7 @@ if(CMAKE_USE_SYSTEM_LIBARCHIVE)
|
||||
IMPORTED_LOCATION "${LibArchive_LIBRARIES}"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${LibArchive_INCLUDE_DIRS}")
|
||||
endif ()
|
||||
set(CMake_TEST_LibArchive_VERSION ${LibArchive_VERSION})
|
||||
else()
|
||||
set(DONT_FAIL_ON_CRC_ERROR OFF)
|
||||
set(EXPAT_INCLUDE_DIR ${CMAKE_EXPAT_INCLUDES})
|
||||
|
||||
Reference in New Issue
Block a user