Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4604d48c63b15eb7cd7ca412c1e993f9aef3bf55
/
.
/
Modules
/
Platform
/
watchOS-Initialize.cmake
blob: e9705ca2b1dec3bdddadf6dff6477c90d723c1eb [
file
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/Watch(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an watchOS SDK"
)
endif
()