mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
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:
4
dependencies/CMakeLists.txt
vendored
4
dependencies/CMakeLists.txt
vendored
@@ -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
|
||||
|
2
dependencies/external/protobuf
vendored
2
dependencies/external/protobuf
vendored
Submodule dependencies/external/protobuf updated: f0dc78d7e6...2c5fa078d8
Reference in New Issue
Block a user