[Cmake-commits] CMake branch, next, updated. v3.6.2-1327-g25ea96c

Brad King brad.king at kitware.com
Tue Oct 4 10:53:30 EDT 2016


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  25ea96c017ab81f958f26221155d95f7880fbf79 (commit)
       via  241858c5e6750dfdc8cc9dfcbc82a39735ba04af (commit)
      from  1db6826ae803e9e1c63a1a19bf953fdc1360002e (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=25ea96c017ab81f958f26221155d95f7880fbf79
commit 25ea96c017ab81f958f26221155d95f7880fbf79
Merge: 1db6826 241858c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 10:53:29 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 4 10:53:29 2016 -0400

    Merge topic 'no-tar.Z-binaries' into next
    
    241858c5 Utilities/Release: Drop Linux .tar.Z binary


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=241858c5e6750dfdc8cc9dfcbc82a39735ba04af
commit 241858c5e6750dfdc8cc9dfcbc82a39735ba04af
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 10:52:28 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 4 10:52:28 2016 -0400

    Utilities/Release: Drop Linux .tar.Z binary
    
    On Linux the gzip tool is universally available, so our `.tar.gz` is
    sufficient.

diff --git a/Utilities/Release/linux64_release.cmake b/Utilities/Release/linux64_release.cmake
index b72fc12..b9447ca 100644
--- a/Utilities/Release/linux64_release.cmake
+++ b/Utilities/Release/linux64_release.cmake
@@ -2,6 +2,7 @@ set(PROCESSORS 4)
 set(BOOTSTRAP_ARGS "--docdir=doc/cmake")
 set(HOST linux64)
 set(MAKE_PROGRAM "make")
+set(CPACK_BINARY_GENERATORS "STGZ TGZ")
 set(CC /opt/gcc-6.1.0/bin/gcc)
 set(CXX /opt/gcc-6.1.0/bin/g++)
 set(CFLAGS   "")

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

Summary of changes:
 Utilities/Release/linux64_release.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list