CMake reports GCC is broken. Where do I start?

前端 未结 2 1710
醉话见心
醉话见心 2021-02-13 19:21

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

2条回答
  •  伪装坚强ぢ
    2021-02-13 20:08

    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!

提交回复
热议问题