The C compiler "/usr/bin/cc" is not able to compile a simple test program. 解決方法

在使用cmake編譯工具的時候,莫名其妙的報了The C compiler "/usr/bin/cc" is not able to compile a simple test program.這個錯誤

解決方法:

加入下面兩個選項

-DCMAKE_CXX_COMPILER=$(which g++) -DCMAKE_C_COMPILER=$(which gcc)

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章