macro(exit) cmake_language(EXIT 9) message(FATAL_ERROR "This should not be reached!") endmacro() exit() message(FATAL_ERROR "This should not be reached!")