ubuntu20.04 cmake编译出错:No CMAKE_CXX_COMPILER could be found.

博客内容讲述了在配置CMake时遇到的C++编译器未找到的问题,提示可能缺少必要的c++环境。作者提供了一个一键安装命令,通过`sudo apt install -y build-essential`来安装所有必需的依赖,以确保编译环境完整。
-- The cxx compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project) :
    No CMAKE_CXX_COMPILER could be found.
Tell CNake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete,errors occurred !

大概率是因为c++编译环境不全,即使安装过gcc/g++也会出现,所以提供了一键安装命令,所有依赖都会安装上:

sudo apt install -y build-essential
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值