summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2015-01-08 16:56:33 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2015-01-09 10:35:01 -0500
commitdf16dcfb4478bb05932a1abb0e42433e60f1a565 (patch)
treea9118455e89a8785d189f150b32409c980212cd6 /Source/cmSystemTools.h
parentb0a5d3932d2a6633d05eca3eb7fd632f433dca05 (diff)
downloadcmake-df16dcfb4478bb05932a1abb0e42433e60f1a565.tar.gz
cmake -E tar: add support for .xz files with 'J'
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index d49af7402f..47d2771b0f 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -387,7 +387,7 @@ public:
bool gzip, bool verbose);
static bool CreateTar(const char* outFileName,
const std::vector<std::string>& files, bool gzip,
- bool bzip2, bool verbose);
+ bool bzip2, bool xz, bool verbose);
static bool ExtractTar(const char* inFileName, bool gzip,
bool verbose);
// This should be called first thing in main