mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 16:19:36 -06:00
12 lines
327 B
CMake
12 lines
327 B
CMake
set(OUTPUT_NAME "test.tar.zstd")
|
|
|
|
set(COMPRESSION_FLAGS cvf)
|
|
set(COMPRESSION_OPTIONS --zstd --cmake-tar-compression-level=19)
|
|
|
|
set(DECOMPRESSION_FLAGS xvf)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)
|
|
|
|
# libarchive 3.8.2 enables a checksum feature; older versions do not.
|
|
check_magic("^28b52ffd0[04][56]8$" LIMIT 6 HEX)
|