mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
libarchive 3.8.2 enabled Zstandard's checksum feature in the zstd write filter. Update our tests' expected results accordingly. Fixes: #27355 Reported-by: Funda Wang <fundawang@yeah.net>
10 lines
253 B
CMake
10 lines
253 B
CMake
set(OUTPUT_NAME "test.tar.zstd")
|
|
|
|
set(ARCHIVE_FORMAT pax)
|
|
set(COMPRESSION_TYPE Zstd)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)
|
|
|
|
# libarchive 3.8.2 enables a checksum feature; older versions do not.
|
|
check_magic("^28b52ffd0[04]58$" LIMIT 6 HEX)
|