mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
8 lines
143 B
CMake
8 lines
143 B
CMake
set(OUTPUT_NAME "test.7z")
|
|
|
|
set(ARCHIVE_FORMAT 7zip)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/compression-level.cmake)
|
|
|
|
check_compression_level("1")
|