mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-19 22:38:33 -05:00
4fdfa0db1a
Relates: #27420
11 lines
189 B
CMake
11 lines
189 B
CMake
set(OUTPUT_NAME "test.tar.xz")
|
|
|
|
set(ARCHIVE_FORMAT pax)
|
|
set(COMPRESSION_TYPE XZ)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/threads.cmake)
|
|
|
|
check_threads("0")
|
|
check_threads("1")
|
|
check_threads("4")
|