Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ae78e5510bb907340825faf7f8784e82b51a6caa
/
.
/
Modules
/
Platform
/
watchOS-Initialize.cmake
blob: e9705ca2b1dec3bdddadf6dff6477c90d723c1eb [
file
] [
log
] [
blame
]
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
()