mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-31 05:14:18 +00:00
12 lines
323 B
CMake
12 lines
323 B
CMake
set(OUTPUT_NAME "test.7z")
|
|
|
|
set(COMPRESSION_FLAGS cvf)
|
|
set(COMPRESSION_OPTIONS --format=7zip --cmake-tar-compression-method=ppmd)
|
|
|
|
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("377abcaf271c" LIMIT 6 HEX)
|