summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackCygwinSourceGenerator.cxx
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2010-08-25 09:04:49 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2010-08-25 09:04:49 (GMT)
commita986dafd7f84f0c260d2a34480f8c36e7f4f313a (patch)
treeb596dc4edad81c8e03c0492e2657029da1528b2e /Source/CPack/cmCPackCygwinSourceGenerator.cxx
parent873e99a27deff3e90cdf98ac64cbc766477409d9 (diff)
downloadCMake-a986dafd7f84f0c260d2a34480f8c36e7f4f313a.zip
CMake-a986dafd7f84f0c260d2a34480f8c36e7f4f313a.tar.gz
CMake-a986dafd7f84f0c260d2a34480f8c36e7f4f313a.tar.bz2
CPack fix broken compilation for CygwinSource generator
Diffstat (limited to 'Source/CPack/cmCPackCygwinSourceGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackCygwinSourceGenerator.cxx2
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;