mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
53cb1f2d04
Fixes #18657
11 lines
229 B
CMake
11 lines
229 B
CMake
set(OUTPUT_NAME "test.tar.zstd")
|
|
|
|
set(COMPRESSION_FLAGS cvf)
|
|
set(COMPRESSION_OPTIONS --format=pax --zstd)
|
|
|
|
set(DECOMPRESSION_FLAGS xvf)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)
|
|
|
|
check_magic("28b52ffd0058" LIMIT 6 HEX)
|