cmake/Tests/RunCMake/ToolchainFile/CheckLanguage-toolchain.cmake

5 lines
136 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
get_property(in_try_compile GLOBAL PROPERTY IN_TRY_COMPILE)
if(in_try_compile)
message(FATAL_ERROR "Toolchain file included")
endif()