[Cmake-commits] CMake branch, next, updated. v3.2.1-1183-gb534f57
Brad King
brad.king at kitware.com
Mon Mar 23 14:23:02 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 b534f579622d0af154689dc14b4952834318741b (commit)
via c5f0185e73611458946faea75bd3347c40ea4d90 (commit)
from 9df562aee9d17d00549722070d06da6967f7a154 (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=b534f579622d0af154689dc14b4952834318741b
commit b534f579622d0af154689dc14b4952834318741b
Merge: 9df562a c5f0185
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 23 14:23:01 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 23 14:23:01 2015 -0400
Merge topic 'xcode5-xctest' into next
c5f0185e fixup! Look for Xcode 5 platform specific Frameworks
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5f0185e73611458946faea75bd3347c40ea4d90
commit c5f0185e73611458946faea75bd3347c40ea4d90
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 23 14:22:50 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 23 14:22:50 2015 -0400
fixup! Look for Xcode 5 platform specific Frameworks
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake
index 2cbfce1..4e4810a 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -178,7 +178,6 @@ if(_CMAKE_OSX_SYSROOT_PATH)
get_filename_component(_abolute_path "${_path}" ABSOLUTE)
if(EXISTS "${_abolute_path}")
list(APPEND CMAKE_SYSTEM_FRAMEWORK_PATH "${_abolute_path}")
- message(STATUS "Found")
break()
endif()
endforeach()
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/Darwin.cmake | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list