CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法

tech2025-06-17  2

 

CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法

 

目录

CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法


如下图勾选Grouped与Advanced两个选项    找到CMAKE_MAKE_PROGRAM这个选项 改变路径为C:\1\Tools\mingw730_64\bin\mingw32-make.exe   重新configer

 

若configer之后弹出一个框(具体我忘了  会报0x000007b错误)返回去检查gcc文件与c++路径是否一致。若不一致改掉即可

 

 

最新回复(0)