mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
4fdfa0db1a
Relates: #27420
11 lines
194 B
CMake
11 lines
194 B
CMake
set(OUTPUT_NAME "test.tar.gz")
|
|
|
|
set(ARCHIVE_FORMAT gnutar)
|
|
set(COMPRESSION_TYPE GZip)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/threads.cmake)
|
|
|
|
check_threads("0")
|
|
check_threads("1")
|
|
check_threads("4")
|