Files
CMake/Tests/RunCMake/ToolchainFile/CheckLanguage-toolchain.cmake
2020-10-16 09:13:32 -04:00

5 lines
136 B
CMake

get_property(in_try_compile GLOBAL PROPERTY IN_TRY_COMPILE)
if(in_try_compile)
message(FATAL_ERROR "Toolchain file included")
endif()