MinGW not found on Windows 7
I have CLion installed on Windows 7 64bit and have MinGW and CMake 3.0 installed as well. I set up Toolchains and selected "Use MinGW home", then set it to "C:\MinGW". CLion found CMake 3.0 but gives the message "Environment: MinGW not found", and therefore I can not compile any C/C++ project. How do I solve this.
Please sign in to leave a comment.
Hello,
CMake 3 is not supported yet (http://youtrack.jetbrains.com/issue/CPP-437)
As for the MinGW there is a thread here: http://youtrack.jetbrains.com/issue/CPP-785 that can help you to figure out the proper MinGW version. Try one from mingw.org, if fails - then the sourceforge branch.