Merge topic 'cli-tar-compress-algo'

94ae247d44 cli tar: support different algorithms for zip & 7z
1ba3444fd8 libarchive: 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:
Brad King
2025-12-12 15:05:01 +00:00
committed by Kitware Robot
62 changed files with 511 additions and 124 deletions

View File

@@ -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})