xukeawsl opened a new issue, #1166:
URL: https://github.com/apache/rocketmq-clients/issues/1166

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Programming Language of the Client
   
   C++
   
   ### Summary
   
   我通过 add_subdiretory 来引入 cpp 客户端,里面依赖的是 grpc 安装时配套版本的 protobuf,比如说是 3.19.4 
版本,现在我这个项目本身引用的是 3.6.1 版本的 protobuf,因为子项目里面通过 find_package 找到的是 3.19.4 
版本的,导致我项目本身就依赖不了 3.6.1 版本的了,编译过不了,请问应该如何隔离呢,相当于客户端里面对 3.19.4 版本的依赖可见,不会扩散出去
   
   ### Motivation
   
   .
   
   ### Describe the Solution You'd Like
   
   .
   
   ### Describe Alternatives You've Considered
   
   .
   
   ### Additional Context
   
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to