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

相关推荐
十五年专注C++开发1 天前
CMake进阶: CMake Modules---简化CMake配置的利器
linux·c++·windows·cmake·自动化构建
zzc9213 天前
TLSv1.2协议与TCP/UDP协议传输数据内容差异
网络·测试工具·安全·wireshark·ssl·密钥·tlsv1.2
十五年专注C++开发6 天前
CMake进阶: externalproject_add用于在构建阶段下载、配置、构建和安装外部项目
linux·c++·windows·cmake·自动化构建
Tipriest_6 天前
CMake message()使用指南
c++·cmake·message
Tipriest_7 天前
CMake include_directories()使用指南
cmake
蜡笔小柯南7 天前
解决:nginx: [emerg] the “ssl“ parameter requires ngx_http_ssl_module
nginx·http·ssl
十五年专注C++开发8 天前
通信中间件 Fast DDS(一) :编译、安装和测试
linux·c++·windows·中间件·cmake·vcpkg
张飞的猪大数据9 天前
通过Certbot自动申请更新HTTPS网站的SSL证书
网络协议·https·ssl
未名编程9 天前
【已解决】报错:WARNING: pip is configured with locations that require TLS/SSL
网络协议·ssl·pip
不会吉他的肌肉男不是好的挨踢男9 天前
Linux生成自签名 SSL 证书(适用于测试或内部使用)
linux·运维·ssl