summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarBZip2Generator.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/cmCPackTarBZip2Generator.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/cmCPackTarBZip2Generator.cxx')
-rw-r--r--Source/CPack/cmCPackTarBZip2Generator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackTarBZip2Generator.cxx b/Source/CPack/cmCPackTarBZip2Generator.cxx
index 52826dc..971d166 100644
--- a/Source/CPack/cmCPackTarBZip2Generator.cxx
+++ b/Source/CPack/cmCPackTarBZip2Generator.cxx
@@ -13,8 +13,8 @@
#include "cmCPackTarBZip2Generator.h"
//----------------------------------------------------------------------
cmCPackTarBZip2Generator::cmCPackTarBZip2Generator()
- :cmCPackArchiveGenerator(cmCPackArchiveGenerator::BZIP2,
- cmCPackArchiveGenerator::TAR)
+ :cmCPackArchiveGenerator(cmArchiveWrite::CompressBZip2,
+ cmArchiveWrite::TypeTAR)
{
}