mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
c7e1198a23
Fixes: #20443
8 lines
150 B
CMake
8 lines
150 B
CMake
set(OUTPUT_NAME "test.7z")
|
|
|
|
set(COMPRESSION_FORMAT 7zip)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)
|
|
|
|
check_magic("377abcaf271c" LIMIT 6 HEX)
|