Error with the MinGW and CMake

已回答

After updating the program, I started to get this error. How do I get it?



0

Please check generated files CMakeOutput.log and CMakeError.log, they might help diagnose the issue.

If they are not helpful, please check if the previous versions of CMake/CLion work in this environment:

  1. First try running CLion 2017.1.1
  2. If  CLion 2017.1.1 works correctly, try running CLion 2017.1.2 again but select custom CMake in Settings | Build, Execution | Toolchains, and point it to  <CLion 2017.1.1>\bin\cmake\win\bin\cmake.exe.

PS You can download previous CLion version from https://www.jetbrains.com/clion/download/previous.html

0

请先登录再写评论。