Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
653a32aa72ab1191d281a05b966eb599d473eedb
/
.
/
Modules
/
Platform
/
Apple-AppleClang-OBJCXX.cmake
blob: ed172f13d0f0a14595c0c7c3b23a713c0c3a55b9 [
file
] [
log
] [
blame
]
include
(
Platform
/
Apple
-
Clang
-
OBJCXX
)
if
(
NOT CMAKE_OBJCXX_COMPILER_VERSION VERSION_LESS
4.2
)
set
(
CMAKE_OBJCXX_SYSTEM_FRAMEWORK_SEARCH_FLAG
"-iframework "
)
else
()
unset
(
CMAKE_OBJCXX_SYSTEM_FRAMEWORK_SEARCH_FLAG
)
endif
()