summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackZIPGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.h')
-rw-r--r--Source/CPack/cmCPackZIPGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackZIPGenerator.h b/Source/CPack/cmCPackZIPGenerator.h
index 8700360..06d9b99 100644
--- a/Source/CPack/cmCPackZIPGenerator.h
+++ b/Source/CPack/cmCPackZIPGenerator.h
@@ -41,7 +41,8 @@ public:
{
StyleUnkown,
StyleWinZip,
- StyleUnixZip
+ StyleUnixZip,
+ Style7Zip
};
protected: