Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5b84e106e7e5597b06ff11e35052b4fbf0eb2e21
/
.
/
Modules
/
Platform
/
iOS-Initialize.cmake
blob: 301ca4cbdaed00f5804b9a2d29a581b65e18daef [
file
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/iPhone(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an iOS SDK"
)
endif
()
set
(
IOS
1
)
set
(
_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY
)