[Cmake-commits] CMake branch, next, updated. v3.0.2-5452-gc2768d6
Robert Maynard
robert.maynard at kitware.com
Wed Sep 24 15:38:52 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 c2768d6897864156f644c35caf332c945ff19685 (commit)
via 6b25938c35ef486af2e3d9af6482948d066f27c4 (commit)
from d32009a23a164d10e49b8f3e9508ec7c60b3fe88 (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=c2768d6897864156f644c35caf332c945ff19685
commit c2768d6897864156f644c35caf332c945ff19685
Merge: d32009a 6b25938
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Sep 24 15:38:51 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 24 15:38:51 2014 -0400
Merge topic 'build_cmake_dmg_with_bzip' into next
6b25938c Update mac mini 2 release to use bzip2 compression.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b25938c35ef486af2e3d9af6482948d066f27c4
commit 6b25938c35ef486af2e3d9af6482948d066f27c4
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Sep 24 15:38:29 2014 -0400
Commit: Robert Maynard <robert.maynard at kitware.com>
CommitDate: Wed Sep 24 15:38:29 2014 -0400
Update mac mini 2 release to use bzip2 compression.
diff --git a/Utilities/Release/dashmacmini2_release.cmake b/Utilities/Release/dashmacmini2_release.cmake
index 6a27119..ba82aab 100644
--- a/Utilities/Release/dashmacmini2_release.cmake
+++ b/Utilities/Release/dashmacmini2_release.cmake
@@ -6,6 +6,7 @@ set(HOST dashmacmini2)
set(MAKE_PROGRAM "make")
set(MAKE "${MAKE_PROGRAM} -j2")
set(CPACK_BINARY_GENERATORS "DragNDrop TGZ TZ")
+set(CPACK_DMG_FORMAT "UDBZ") #build using bzip2 for smaller package size
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/dashmacmini2_release.cmake | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list