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

相关推荐
zhy295636 小时前
【LIBS】开源库编译之OSQP
ubuntu·cmake·osqp·libs
cdcdhj18 小时前
在window环境下安装openssl生成钥私、证书和签名,nodejs利用express实现ssl的https访问和测试
https·ssl·express
灰太狼不爱写代码1 天前
git报错:git SSL certificate problem: unable to get local issuer certificate
git·网络协议·github·ssl
charlee441 天前
CMake构建学习笔记19-OpenSSL库的构建
ssl·cmake·c/c++·构建
cheungxiongwei.com2 天前
使用 acme.sh 申请域名 SSL/TLS 证书完整指南
网络·nginx·https·ssl·web·acme
Prejudices2 天前
CMake的INSTALL FILES和INSTALL DIRECTORY有什么区别
cmake
Ja_小浩3 天前
如何使用Nginx Proxy Manager实现反向代理与SSL支持高效管理网络服务
运维·nginx·ssl
DachuiLi3 天前
SSH vs SSL/TLS 的不同和相似
linux·服务器·ssl
@Young Cheung3 天前
springboot指定ssl版本连接
网络·网络协议·ssl