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