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