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

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