[Cmake-commits] CMake branch, next, updated. v3.6.2-1325-g1db6826

Brad King brad.king at kitware.com
Tue Oct 4 10:09:31 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  1db6826ae803e9e1c63a1a19bf953fdc1360002e (commit)
       via  4787330730a222103f40c65e5cae4cba28bca204 (commit)
      from  0f847e7042105fe1456dbf23eff9477a3dd254fc (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=1db6826ae803e9e1c63a1a19bf953fdc1360002e
commit 1db6826ae803e9e1c63a1a19bf953fdc1360002e
Merge: 0f847e7 4787330
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 10:09:31 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 4 10:09:31 2016 -0400

    Merge topic 'macOS-no-tar.Z' into next
    
    47873307 Utilities/Release: Drop macOS .tar.Z binary


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

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

diff --git a/Utilities/Release/osx_release.cmake b/Utilities/Release/osx_release.cmake
index 27c820f..88ea39b 100644
--- a/Utilities/Release/osx_release.cmake
+++ b/Utilities/Release/osx_release.cmake
@@ -4,7 +4,7 @@ set(BOOTSTRAP_ARGS "--prefix=/ --docdir=doc/cmake")
 set(HOST dragnipur)
 set(MAKE_PROGRAM "make")
 set(MAKE "${MAKE_PROGRAM} -j5")
-set(CPACK_BINARY_GENERATORS "DragNDrop TGZ TZ")
+set(CPACK_BINARY_GENERATORS "DragNDrop TGZ")
 set(CPACK_SOURCE_GENERATORS "TGZ TZ")
 set(CPACK_DMG_FORMAT "UDBZ") #build using bzip2 for smaller package size
 set(CC clang)

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

Summary of changes:
 Utilities/Release/osx_release.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list