Update to Protobuf 23.4.0 (#1626)

* Update to protobuf v23.4.0

* Add defines for 3rd party sub-modules used by protobuf

* Check out sub-modules recursively
This commit is contained in:
LordGrey
2023-07-29 19:28:51 +02:00
committed by GitHub
parent 5bf25c98ad
commit c0dc08b0c0
5 changed files with 12 additions and 8 deletions

View File

@@ -160,6 +160,10 @@ if(ENABLE_PROTOBUF_SERVER)
# define the protobuf library
set(PROTOBUF_LIBRARIES protobuf::libprotobuf)
# defines for 3rd party sub-modules
set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "Build abseil-cpp with C++ version requirements propagated")
endif()
# redefine at parent scope