sense1900 opened a new issue, #2350: URL: https://github.com/apache/brpc/issues/2350
我想静态链接brpc所有依赖,gflags已经成功了,但是protobuf很难搞。 我自己编译安装了protobuf v4.23.0版本 [https://github.com/protocolbuffers/protobuf/blob/v4.23.0/cmake/README.md ](https://github.com/protocolbuffers/protobuf/blob/v4.23.0/cmake/README.md ) 不知道是不是protobuf官方readme写的太过简略, sudo make install 并没有FindProtobuf.cmake,请问如何解决下面brpc的报错? ``` CMake Error at tools/rpc_view/CMakeLists.txt:18 (include): include could not find requested file: FindProtobuf CMake Error at tools/rpc_view/CMakeLists.txt:19 (protobuf_generate_cpp): Unknown CMake command "protobuf_generate_cpp". -- Configuring incomplete, errors occurred! ```` -- 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