<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Hello,<br><br>I am trying to use CMake with codeblocks on windows, I created a simple project in the folder pCMake<br>when I use the CMake interface I got the message:<br><span style=" color:#ff0000;"><span style="color: rgb(0, 0, 0);">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.</span><br><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">and following the tutorial from florian-goujeon (CMake,CodeBlock), it's advise to execute a cmake --help from a console in the project folder in order to get the generator list</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">codeblocks -MinGW Makefiles is listed but when I execute</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">cMake . -G"CodeBlocks -MinGW Makefiles" I get also the following message<br>CMake Error:could not create names generator CodeBlocks -MinGW Makefiles<br><br>I installed codeblocks with the windows installer with gcc compiler and cmake with the windows installer<br><br>I don't know what to do, any suggestions will be very helpful<br><br></span><br></span></BODY></HTML>