summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-30 13:39:23 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-30 13:39:35 (GMT)
commit05af1770a05e00d67f12f4e3ef294360d8d6480d (patch)
treeaa3df4cd9049aaa6c7db42084590e4166cf5ec37 /Source/cmSystemTools.h
parentc68efd196eace176bed5216573d99fabba66df84 (diff)
parent53cb1f2d04bc9ca7bd50bd3b1a60dc933eab0777 (diff)
downloadCMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.zip
CMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.tar.gz
CMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.tar.bz2
Merge topic 'tar-zstd-compression'
53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3357
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 09a4d13..f07de6d 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -447,6 +447,7 @@ public:
TarCompressGZip,
TarCompressBZip2,
TarCompressXZ,
+ TarCompressZstd,
TarCompressNone
};