wasphin commented on issue #2568:
URL: https://github.com/apache/brpc/issues/2568#issuecomment-1994392311

   @howz97 辛苦试下这个吧
   ```patch
   diff --git a/CMakeLists.txt b/CMakeLists.txt
   index 9df7f1ef..6af29dc6 100644
   --- a/CMakeLists.txt
   +++ b/CMakeLists.txt
   @@ -154,7 +154,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
    endif()
   
    find_package(Protobuf REQUIRED)
   -if(Protobuf_VERSION GREATER_EQUAL 4.22)
   +if(Protobuf_VERSION GREATER 4.21)
        # required by absl
        set(CMAKE_CXX_STANDARD 17)
   ```


-- 
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

Reply via email to