Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Modules
/
Platform
/
visionOS-Initialize.cmake
blob: fee7bf36431f97eab8f3a04225bb0c9e2ad43349 [
file
] [
log
] [
blame
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/XR(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an visionOS SDK"
)
endif
()