[Cmake-commits] CMake branch, next, updated. v2.8.2-528-gf1f632c

Eric Noulard eric.noulard at gmail.com
Wed Aug 25 05:06:36 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f1f632cc93251bdba9120c4213bda56f47fb93ba (commit)
       via  a986dafd7f84f0c260d2a34480f8c36e7f4f313a (commit)
      from  b662f0620bfbe96eeea509a79ac327d9e71dcd86 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f1f632cc93251bdba9120c4213bda56f47fb93ba
commit f1f632cc93251bdba9120c4213bda56f47fb93ba
Merge: b662f06 a986daf
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Wed Aug 25 05:06:35 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 25 05:06:35 2010 -0400

    Merge topic 'CPackArchiveGenerator-ComponentSupport' into next
    
    a986daf CPack fix broken compilation for CygwinSource generator


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a986dafd7f84f0c260d2a34480f8c36e7f4f313a
commit a986dafd7f84f0c260d2a34480f8c36e7f4f313a
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Wed Aug 25 11:04:49 2010 +0200
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Wed Aug 25 11:04:49 2010 +0200

    CPack fix broken compilation for CygwinSource generator

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;

-----------------------------------------------------------------------

Summary of changes:
 Source/CPack/cmCPackCygwinSourceGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list