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