You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/cmake_language/exit_7_script_in_include.cmake

4 lines
162 B

include(${CMAKE_CURRENT_LIST_DIR}/exit_7_script_included_with_exit.cmake)
message(FATAL_ERROR "The cmake_language(EXIT 7) from include()-d script doesn't work")