[Cmake-commits] CMake branch, next, updated. v3.1.0-1631-g8504583

Brad King brad.king at kitware.com
Sat Jan 10 12:07:17 EST 2015


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  85045836c29eaa58efdb4c01aeb62d3b44290cac (commit)
       via  d11a8f8c13225e05ec0bcbca4f174f795fe35a44 (commit)
      from  761bc9f27850eb9425d8d222a3312007cdc24908 (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=85045836c29eaa58efdb4c01aeb62d3b44290cac
commit 85045836c29eaa58efdb4c01aeb62d3b44290cac
Merge: 761bc9f d11a8f8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Jan 10 12:07:16 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 10 12:07:16 2015 -0500

    Merge topic 'add-xz-support' into next
    
    d11a8f8c cmSystsemTools: Remove unused gzip arg during bootstrap


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d11a8f8c13225e05ec0bcbca4f174f795fe35a44
commit d11a8f8c13225e05ec0bcbca4f174f795fe35a44
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Jan 10 12:07:05 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Jan 10 12:07:05 2015 -0500

    cmSystsemTools: Remove unused gzip arg during bootstrap

diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 0271665..963ca77 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -1539,7 +1539,6 @@ bool cmSystemTools::CreateTar(const char* outFileName,
 #else
   (void)outFileName;
   (void)files;
-  (void)gzip;
   (void)verbose;
   return false;
 #endif

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

Summary of changes:
 Source/cmSystemTools.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list