mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
11 lines
193 B
CMake
11 lines
193 B
CMake
set(OUTPUT_NAME "test.tar.zstd")
|
|
|
|
set(ARCHIVE_FORMAT pax)
|
|
set(COMPRESSION_TYPE Zstd)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/threads.cmake)
|
|
|
|
check_threads("0")
|
|
check_threads("1")
|
|
check_threads("4")
|