Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
File_Archive
/
threads-gz.cmake
blob: 4b9d5058aeef1598e4fcacaf7838b208f4e8e82e [
file
] [
log
] [
blame
] [
edit
]
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"
)