mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
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.")
|