mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge branch 'osx-iframework' into release
This commit is contained in:
@@ -1 +1,6 @@
|
||||
include(Platform/Darwin-Clang-C)
|
||||
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.2)
|
||||
set(CMAKE_C_SYSTEM_FRAMEWORK_SEARCH_FLAG "-iframework ")
|
||||
else()
|
||||
unset(CMAKE_C_SYSTEM_FRAMEWORK_SEARCH_FLAG)
|
||||
endif()
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
include(Platform/Darwin-Clang-CXX)
|
||||
if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.2)
|
||||
set(CMAKE_CXX_SYSTEM_FRAMEWORK_SEARCH_FLAG "-iframework ")
|
||||
else()
|
||||
unset(CMAKE_CXX_SYSTEM_FRAMEWORK_SEARCH_FLAG)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user