mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06: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.")
|