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