summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ToolchainFile/CheckLanguage-toolchain.cmake
blob: 081f905b136b7fcb42c16074a50acdc62de4c25f (plain)
1
2
3
4
get_property(in_try_compile GLOBAL PROPERTY IN_TRY_COMPILE)
if(in_try_compile)
  message(FATAL_ERROR "Toolchain file included")
endif()