diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-14 16:03:53 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-14 16:03:53 (GMT) |
commit | f80d98bc09982540f874925da3c324537f2ac201 (patch) | |
tree | 66c81cc96b24d5cd9ebcd6e46d939041554edb13 /Source/CPack/cmCPackZIPGenerator.h | |
parent | 756f455565082cfc725e7c07283211d058f8ebea (diff) | |
download | CMake-f80d98bc09982540f874925da3c324537f2ac201.zip CMake-f80d98bc09982540f874925da3c324537f2ac201.tar.gz CMake-f80d98bc09982540f874925da3c324537f2ac201.tar.bz2 |
ENH: support 7zip for creating zip files (not 7z files)
Alex
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackZIPGenerator.h | 3 |
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: |