summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackZIPGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-31 18:24:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-31 18:24:32 (GMT)
commit65fa0f02351e1564d60b266594b425094dce1959 (patch)
tree6b0cfa1aa2722e6013a334f0fac82dfb27a4d45d /Source/CPack/cmCPackZIPGenerator.cxx
parentf95074ba7025aadf2268dae910184c28be797afc (diff)
parenta986dafd7f84f0c260d2a34480f8c36e7f4f313a (diff)
downloadCMake-65fa0f02351e1564d60b266594b425094dce1959.zip
CMake-65fa0f02351e1564d60b266594b425094dce1959.tar.gz
CMake-65fa0f02351e1564d60b266594b425094dce1959.tar.bz2
Merge topic 'CPackArchiveGenerator-ComponentSupport'
a986daf CPack fix broken compilation for CygwinSource generator 873e99a CPackArchiveGenerator improve usability and robustness 654683a CPackArchiveGenerator add component supports 36a550a CPackArchiveGenerator use cmArchiveWrite wrapper
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackZIPGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackZIPGenerator.cxx b/Source/CPack/cmCPackZIPGenerator.cxx
index e195f83..e6e4e77 100644
--- a/Source/CPack/cmCPackZIPGenerator.cxx
+++ b/Source/CPack/cmCPackZIPGenerator.cxx
@@ -14,8 +14,8 @@
//----------------------------------------------------------------------
cmCPackZIPGenerator::cmCPackZIPGenerator()
- :cmCPackArchiveGenerator(cmCPackArchiveGenerator::NONE,
- cmCPackArchiveGenerator::ZIP)
+ :cmCPackArchiveGenerator(cmArchiveWrite::CompressNone,
+ cmArchiveWrite::TypeZIP)
{
}