summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/watchOS-Initialize.cmake
blob: e9705ca2b1dec3bdddadf6dff6477c90d723c1eb (plain)
1
2
3
4
5
include(Platform/Darwin-Initialize)

if(NOT _CMAKE_OSX_SYSROOT_PATH MATCHES "/Watch(OS|Simulator)")
  message(FATAL_ERROR "${CMAKE_OSX_SYSROOT} is not an watchOS SDK")
endif()