I am trying to compile a project, but CMake stops right at the beginning with the message that gcc is broken (see below). I am ignoramus when it comes to CMake, so any help wher
Same happened with me, in CLion.
Check if your compilers and other things are properly installed and/or configured.
I Re-installed the GCC Compiler and the CMake, then reconfigured my IDE.
and it worked for me since then!