Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
RunCMake
/
ToolchainFile
/
CheckLanguage-toolchain.cmake
blob: 081f905b136b7fcb42c16074a50acdc62de4c25f [
file
] [
edit
]
get_property
(
in_try_compile GLOBAL PROPERTY IN_TRY_COMPILE
)
if
(
in_try_compile
)
message
(
FATAL_ERROR
"Toolchain file included"
)
endif
()