summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/iOS-Initialize.cmake
blob: 2a38bc1c7d8a6404fe884c4735793724b38ba53e (plain)
1
2
3
4
5
6
7
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)