[Cmake-commits] CMake branch, next, updated. v3.0.2-5439-g2040bb2
Robert Maynard
robert.maynard at kitware.com
Wed Sep 24 10:21:09 EDT 2014
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 2040bb2a6f3ab2121af8b04dbc49b460384b6acd (commit)
via 561344553eeeddb314974917334c2f82621bfe88 (commit)
from da8aa48b29761f697f23995b31eeb3d6179b11c3 (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=2040bb2a6f3ab2121af8b04dbc49b460384b6acd
commit 2040bb2a6f3ab2121af8b04dbc49b460384b6acd
Merge: da8aa48 5613445
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Sep 24 10:21:08 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 24 10:21:08 2014 -0400
Merge topic 'build_cmake_dmg_with_bzip' into next
56134455 CMake now using bzip2 compression for mac release bundles.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=561344553eeeddb314974917334c2f82621bfe88
commit 561344553eeeddb314974917334c2f82621bfe88
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Sep 24 10:18:52 2014 -0400
Commit: Robert Maynard <robert.maynard at kitware.com>
CommitDate: Wed Sep 24 10:18:52 2014 -0400
CMake now using bzip2 compression for mac release bundles.
Starting with OSX 10.4 dmg files offers bzip2 compression which offers
small package sizes.
diff --git a/Utilities/Release/dashmacmini5_release.cmake b/Utilities/Release/dashmacmini5_release.cmake
index 16a30b3..d332816 100644
--- a/Utilities/Release/dashmacmini5_release.cmake
+++ b/Utilities/Release/dashmacmini5_release.cmake
@@ -7,6 +7,7 @@ set(MAKE_PROGRAM "make")
set(MAKE "${MAKE_PROGRAM} -j5")
set(CPACK_BINARY_GENERATORS "DragNDrop TGZ TZ")
set(CPACK_SOURCE_GENERATORS "TGZ TZ")
+set(CPACK_DMG_FORMAT "UDBZ") #build using bzip2 for smaller package size
set(INITIAL_CACHE "
CMAKE_USE_OPENSSL:BOOL=ON
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/Users/kitware/openssl-1.0.1g-install/lib/libcrypto.a
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/dashmacmini5_release.cmake | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list