mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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")
|