[Cmake-commits] CMake branch, next, updated. v2.8.7-2167-gee69524

Clinton Stimpson clinton at elemtech.com
Fri Jan 20 08:59:36 EST 2012


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  ee6952460aa12c08da42ab14829b70d57e4644fd (commit)
       via  36d66416f4f47ecf0cf84b1618b60bb7d853f2e5 (commit)
      from  877a66060bec7fccb853de8e0cb14aab8bebe4e8 (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=ee6952460aa12c08da42ab14829b70d57e4644fd
commit ee6952460aa12c08da42ab14829b70d57e4644fd
Merge: 877a660 36d6641
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Jan 20 08:59:34 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 20 08:59:34 2012 -0500

    Merge topic 'GetPrerequisites-rpath-OSX' into next
    
    36d6641 Fix new BundleUtilities test failure on Mac 10.4.x


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=36d66416f4f47ecf0cf84b1618b60bb7d853f2e5
commit 36d66416f4f47ecf0cf84b1618b60bb7d853f2e5
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Jan 20 06:59:17 2012 -0700
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Fri Jan 20 06:59:17 2012 -0700

    Fix new BundleUtilities test failure on Mac 10.4.x

diff --git a/Tests/BundleUtilities/CMakeLists.txt b/Tests/BundleUtilities/CMakeLists.txt
index bb870e8..efbf152 100644
--- a/Tests/BundleUtilities/CMakeLists.txt
+++ b/Tests/BundleUtilities/CMakeLists.txt
@@ -84,7 +84,7 @@ add_custom_target(testbundleutils2_test  ALL
 add_dependencies(testbundleutils2_test testbundleutils2)
 
 
-if(APPLE AND CMAKE_SYSTEM_VERSION VERSION_GREATER 8.0)
+if(APPLE AND NOT CMAKE_SYSTEM_VERSION VERSION_LESS 9.0)
 ######  Test a Bundle application using dependencies
 ######  and @rpaths on Mac OS X 10.5 or greater
 

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

Summary of changes:
 Tests/BundleUtilities/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list