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
|
||||
|
Reference in New Issue
Block a user