summaryrefslogtreecommitdiff
path: root/Source/cmArchiveWrite.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2014-07-10 00:21:36 +0200
committerBrad King <brad.king@kitware.com>2014-07-29 09:48:41 -0400
commitf931a18c334bd471c22f7af4e580b2433ba14a69 (patch)
tree671a48024965cee44f98369de901da6c9957f327 /Source/cmArchiveWrite.h
parent38065563b6fb0093004d0c89b5de0f82a76b5a31 (diff)
downloadcmake-f931a18c334bd471c22f7af4e580b2433ba14a69.tar.gz
CPack: add generators for .7z and .tar.xz (#13072, #14519)
Diffstat (limited to 'Source/cmArchiveWrite.h')
-rw-r--r--Source/cmArchiveWrite.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmArchiveWrite.h b/Source/cmArchiveWrite.h
index 3e3b2f0ca8..a6dcc0e4e5 100644
--- a/Source/cmArchiveWrite.h
+++ b/Source/cmArchiveWrite.h
@@ -42,7 +42,8 @@ public:
enum Type
{
TypeTAR,
- TypeZIP
+ TypeZIP,
+ Type7Zip
};
/** Construct with output stream to which to write archive. */