其他分享
首页 > 其他分享> > cmake问题解决汇总

cmake问题解决汇总

作者:互联网

1. 编译器找不到

 

 解决办法:在CMakeLists.txt加入如下命令

SET(CMAKE_C_COMPILER "E:/MinGW-W64/mingw64/bin/gcc")#使用此代码添加gcc绝对路径

 

标签:gcc,SET,cmake,汇总,CMakeLists,编译器,解决,txt,COMPILER
来源: https://www.cnblogs.com/kunshanpipixia/p/16086325.html