Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
File_Archive
/
threads-bz2.cmake
blob: 774a5d9d6a5f8b11c637dde1066735252f676118 [
file
] [
log
] [
blame
] [
edit
]
set
(
OUTPUT_NAME
"test.tar.bz2"
)
set
(
ARCHIVE_FORMAT paxr
)
set
(
COMPRESSION_TYPE
BZip2
)
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
threads
.
cmake
)
check_threads
(
"0"
)
check_threads
(
"1"
)
check_threads
(
"4"
)