Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
9d2aa76bb7cdb789551e2cc62cd48dbab1a5a4bb
/
.
/
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
()