[Cmake-commits] CMake branch, next, updated. v3.3.2-1422-ga826581

Brad King brad.king at kitware.com
Mon Oct 5 11:54:43 EDT 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  a8265810e35ddfcb3d6fe8e979bcb2b810e5a885 (commit)
       via  d8119d08d9922c6428fce180a64d95b475f348ca (commit)
      from  eb1640ad737262b7197d544c012e62bcdcc17f56 (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=a8265810e35ddfcb3d6fe8e979bcb2b810e5a885
commit a8265810e35ddfcb3d6fe8e979bcb2b810e5a885
Merge: eb1640a d8119d0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 5 11:54:43 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 5 11:54:43 2015 -0400

    Merge topic 'release-no-old-osx' into next
    
    d8119d08 Utilities/Release: Drop OS X ppc/i386 binary


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8119d08d9922c6428fce180a64d95b475f348ca
commit d8119d08d9922c6428fce180a64d95b475f348ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 5 11:53:14 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 5 11:54:18 2015 -0400

    Utilities/Release: Drop OS X ppc/i386 binary
    
    Users with OS X 10.5 or below can build from source or use an older
    CMake version.

diff --git a/Utilities/Release/create-cmake-release.cmake b/Utilities/Release/create-cmake-release.cmake
index 4cfa2ed..76057d1 100644
--- a/Utilities/Release/create-cmake-release.cmake
+++ b/Utilities/Release/create-cmake-release.cmake
@@ -7,8 +7,7 @@ file(MAKE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/logs)
 
 set(RELEASE_SCRIPTS_BATCH_1
   dash2win64_release.cmake    # Windows
-  dashmacmini2_release.cmake  # Mac Darwin universal ppc;i386
-  dashmacmini5_release.cmake  # Mac Darwin64 universal x86_64;i386
+  dashmacmini5_release.cmake  # OS X x86_64
   magrathea_release.cmake     # Linux
   linux64_release.cmake       # Linux x86_64
 )

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

Summary of changes:
 Utilities/Release/create-cmake-release.cmake |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list