Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
ToolchainFile
/
CheckLanguage-toolchain.cmake
blob: 081f905b136b7fcb42c16074a50acdc62de4c25f [
file
]
get_property
(
in_try_compile GLOBAL PROPERTY IN_TRY_COMPILE
)
if
(
in_try_compile
)
message
(
FATAL_ERROR
"Toolchain file included"
)
endif
()