diff options
author | Brad King <brad.king@kitware.com> | 2010-08-31 18:24:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-08-31 18:24:32 (GMT) |
commit | 65fa0f02351e1564d60b266594b425094dce1959 (patch) | |
tree | 6b0cfa1aa2722e6013a334f0fac82dfb27a4d45d /Source/CPack/cmCPackCygwinSourceGenerator.cxx | |
parent | f95074ba7025aadf2268dae910184c28be797afc (diff) | |
parent | a986dafd7f84f0c260d2a34480f8c36e7f4f313a (diff) | |
download | CMake-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/cmCPackCygwinSourceGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackCygwinSourceGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackCygwinSourceGenerator.cxx b/Source/CPack/cmCPackCygwinSourceGenerator.cxx index f4ae35f..5979729 100644 --- a/Source/CPack/cmCPackCygwinSourceGenerator.cxx +++ b/Source/CPack/cmCPackCygwinSourceGenerator.cxx @@ -59,7 +59,7 @@ int cmCPackCygwinSourceGenerator::PackageFiles() // skip one parent up to the cmCPackTarBZip2Generator // to create tar.bz2 file with the list of source // files - this->Compress = BZIP2; + this->Compress = cmArchiveWrite::CompressBZip2; if ( !this->cmCPackTarBZip2Generator::PackageFiles() ) { return 0; |