cmake报错The link interface of target “gRPC::grpc“ contains: OpenSSL::SSL 解决

系统环境:麒麟V10


报错描述:

The link interface of target "gRPC::grpc" contains:

OpenSSL::SSL

but the target was not found. Possible reasons include:

* There is a typo in the target name.

* A find_package call is missing for an IMPORTED target.

* An ALIAS target is missing.

解决:sudo apt-get install libssl-dev

相关推荐
郝学胜_神的一滴6 小时前
CMake 016:深入浅出变量核心用法
c++·cmake
郝学胜-神的一滴9 小时前
CMake 015:日志级别全解析
linux·开发语言·c++·qt·程序人生·软件构建·cmake
吠品2 天前
一次 Nginx 报错 unexpected end of file 的排查记录
网络协议·https·ssl
fpcc2 天前
工具使用——CMake中的函数和宏
c++·cmake
Orchestrator_me2 天前
Python pip install报SSL错误
python·ssl·pip
Rookie Linux2 天前
使用Qt6 QML以及第三方库FluentUI、PCapPlusPlus开发一个自定义抓包软件
网络·c++·qt·cmake·qml
曦月合一2 天前
在 Linux 服务器上执行这些命令来导入 SSL 证书
linux·服务器·ssl
春风得意之时3 天前
前端安装项目出现代理问题和ssl认证问题
前端·网络协议·ssl
HelloWorld工程师3 天前
网站开启HTTPS:2步解决Chrome“不安全”提示
chrome·网络协议·https·ssl
霸道流氓气质3 天前
SSL Socket 通信与本地 Mock Server 实践指南
网络·网络协议·ssl