mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
CPack fix broken compilation for CygwinSource generator
This commit is contained in:
@@ -59,7 +59,7 @@ int cmCPackCygwinSourceGenerator::PackageFiles()
|
|||||||
// skip one parent up to the cmCPackTarBZip2Generator
|
// skip one parent up to the cmCPackTarBZip2Generator
|
||||||
// to create tar.bz2 file with the list of source
|
// to create tar.bz2 file with the list of source
|
||||||
// files
|
// files
|
||||||
this->Compress = BZIP2;
|
this->Compress = cmArchiveWrite::CompressBZip2;
|
||||||
if ( !this->cmCPackTarBZip2Generator::PackageFiles() )
|
if ( !this->cmCPackTarBZip2Generator::PackageFiles() )
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user