sense1900 commented on issue #2350: URL: https://github.com/apache/brpc/issues/2350#issuecomment-1678785771
> 你好我是使用make编译时,报了C++ versions less than C++14 are not supported.这个错误,请问我该如何解决呢? @Funlxy 需要修改`CMakeList.txt`,指定使用自己的编译的protobuf ``` list(APPEND CMAKE_PREFIX_PATH "xxx/protobuf_install/") find_package(Protobuf REQUIRED) ``` -- 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 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