lqxhub opened a new issue, #2714:
URL: https://github.com/apache/brpc/issues/2714

   
https://github.com/apache/brpc/blob/5ae6ad62b174538a839ceef62644054da4f1960d/CMakeLists.txt#L256-L260
   
   在cmake这里, 如果是mac平台,会把 `OPENSSL_ROOT_DIR` 设置为 Homebrew 安装的目录,这时候如果我想自定义 
**OpenSSL** 的目录是无效的
   
   **解决办法**
   
   多一个判断,如果通过参数传入了, 就不要再强制修改了, 使用 cmake参数传入的
   
   
   这个方案是否可行, 如果可行的话 我可以提交PR
   


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to