From a986dafd7f84f0c260d2a34480f8c36e7f4f313a Mon Sep 17 00:00:00 2001 From: Eric NOULARD Date: Wed, 25 Aug 2010 11:04:49 +0200 Subject: [PATCH] CPack fix broken compilation for CygwinSource generator --- Source/CPack/cmCPackCygwinSourceGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CPack/cmCPackCygwinSourceGenerator.cxx b/Source/CPack/cmCPackCygwinSourceGenerator.cxx index f4ae35f10..597972992 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;