CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles”
mingw32-make.exe can be installed with the standard MinGW32 installer via the appropriate checkbox: As rubenvb points out, you’ll still need to ensure that it makes it into your PATH. If you edit your environment variables via System Properties, be sure to close and reopen the CMake GUI. If you’re more accustomed to using make.exe, install … Read more