blob: 67a2615f0e0859ac6a69958a507cf1f6970a1b02 [file] [log] [blame]
function(exit)
cmake_language(EXIT 9)
message(FATAL_ERROR "This should not be reached!")
endfunction()
exit()
message(FATAL_ERROR "This should not be reached!")