Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ca80e8bdf68f8d55e980befa34a11d23ca20ff7e
/
.
/
Modules
/
Platform
/
tvOS-Initialize.cmake
blob: 6834c8031130997f637d132edbbe6d08479998c6 [
file
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/AppleTV(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an tvOS SDK"
)
endif
()
set
(
_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY
)