CPack fix broken compilation for CygwinSource generator

This commit is contained in:
Eric NOULARD 2010-08-25 11:04:49 +02:00
parent 873e99a27d
commit a986dafd7f
1 changed files with 1 additions and 1 deletions

View File

@ -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;