blob: 133348c178f32f394f3c6e5dafa3e8923fc303c5 [file] [log] [blame]
macro(exit)
cmake_language(EXIT 9)
message(FATAL_ERROR "This should not be reached!")
endmacro()
exit()
message(FATAL_ERROR "This should not be reached!")