Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ae78e5510bb907340825faf7f8784e82b51a6caa
/
.
/
Modules
/
Platform
/
iOS-Initialize.cmake
blob: 2a38bc1c7d8a6404fe884c4735793724b38ba53e [
file
] [
log
] [
blame
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/(iPhoneOS|iPhoneSimulator|MacOSX)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an iOS SDK"
)
endif
()
set
(
IOS
1
)