Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Modules
/
Platform
/
Apple-AppleClang-C.cmake
blob: f45ccf4134d8c5658dee6a3d1d2c25f5848228a2 [
file
] [
log
] [
blame
]
include
(
Platform
/
Apple
-
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
()