mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 16:19:36 -06:00
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")
|