diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-01-08 21:56:33 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2015-01-09 15:35:01 (GMT) |
commit | df16dcfb4478bb05932a1abb0e42433e60f1a565 (patch) | |
tree | a9118455e89a8785d189f150b32409c980212cd6 /Source/cmSystemTools.h | |
parent | b0a5d3932d2a6633d05eca3eb7fd632f433dca05 (diff) | |
download | CMake-df16dcfb4478bb05932a1abb0e42433e60f1a565.zip CMake-df16dcfb4478bb05932a1abb0e42433e60f1a565.tar.gz CMake-df16dcfb4478bb05932a1abb0e42433e60f1a565.tar.bz2 |
cmake -E tar: add support for .xz files with 'J'
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index d49af74..47d2771 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 |