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  8f504138adb4a1a214d7e5d758dfbb67625ae8f6 (commit)
       via  e9ca437086ce6f505794d26c5f1b3bedd49d5840 (commit)
      from  bc64ce4c03a02fa7efb761eecffd4ad0ae824a14 (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=8f504138adb4a1a214d7e5d758dfbb67625ae8f6
commit 8f504138adb4a1a214d7e5d758dfbb67625ae8f6
Merge: bc64ce4 e9ca437
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 8 11:14:42 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Oct 8 11:14:42 2014 -0400

    Merge topic 'rpath-osx-10_6' into next
    
    e9ca4370 Revert "Tests: Use @rpath only on OS X 10.6 and greater"


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e9ca437086ce6f505794d26c5f1b3bedd49d5840
commit e9ca437086ce6f505794d26c5f1b3bedd49d5840
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 8 11:13:36 2014 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed Oct 8 11:13:36 2014 -0400

    Revert "Tests: Use @rpath only on OS X 10.6 and greater"
    
    This reverts commit 741395f103d868ef9f7d1c2ac552c5eefcf729cc.

diff --git a/Tests/BundleUtilities/CMakeLists.txt 
b/Tests/BundleUtilities/CMakeLists.txt
index 000b691..69ef535 100644
--- a/Tests/BundleUtilities/CMakeLists.txt
+++ b/Tests/BundleUtilities/CMakeLists.txt
@@ -79,9 +79,9 @@ add_custom_target(testbundleutils2_test  ALL
 add_dependencies(testbundleutils2_test testbundleutils2)
 
 
-if(APPLE AND NOT CMAKE_SYSTEM_VERSION VERSION_LESS 10.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.6 or greater
+######  and @rpaths on Mac OS X 10.5 or greater
 
   # a shared library
   add_library(shared-3 SHARED shared.cpp shared.h)

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to