Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CommandLineTar
/
compression-method-xz.cmake
blob: 584dbc179cefc5e99eb3cfb52e931d05a5416f0e [
file
] [
log
] [
blame
] [
edit
]
set
(
OUTPUT_NAME
"test.tar.xz"
)
set
(
COMPRESSION_FLAGS cvf
)
set
(
COMPRESSION_OPTIONS
--
cmake
-
tar
-
compression
-
method
=
xz
)
set
(
DECOMPRESSION_FLAGS xvf
)
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
roundtrip
.
cmake
)
check_magic
(
"fd377a585a00"
LIMIT
6
HEX
)