Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
eb708db6f806cdcb0d2dadc502d8e429d0fe6830
/
.
/
Modules
/
Platform
/
tvOS-Initialize.cmake
blob: f26594604ec7b01f1e6c2492662fbbe72400b5fc [
file
]
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
()