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

出现这种问题一般是在安装MinGW 时没有下载相应的 make 的文件
打开MinGW installation Manager
CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法

勾选以下圈出来的四个有关mingw-make的文件
CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法
然后再上方的installaiton 中点击 Apply Changes
CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法
点Apply 之后就是等了,网好的话一会儿就装好了
CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“ 解决办法
完成之后回到CMake里面 愉快的configure 就好了

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-12-03
  • 2021-07-04
  • 2021-06-25
  • 2022-12-23
  • 2021-09-09
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-07-22
  • 2021-07-12
  • 2021-12-14
  • 2021-07-02
相关资源
相似解决方案