Some C++ project are using CMakeLists.txt, to be honest I am not a fan of it, but how to compile such project with Code::Blocks?
I tried cmake-gui and was able to get as far, as this:
I have selected “Specify native compilers” and clicked “Next” to specify the compilers.
But at the end got this error:
CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles”. CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
Configuring incomplete, errors occurred!