If the module reports a FATAL_ERROR, skip the rest of the steps to enable the language to avoid unnecessary following error messages.
2 lines
55 B
CMake
2 lines
55 B
CMake
message(FATAL_ERROR "This language is not supported.")
|