mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add defines for 3rd party sub-modules used by protobuf
This commit is contained in:
parent
e07a5e52dd
commit
437176f1ce
4
dependencies/CMakeLists.txt
vendored
4
dependencies/CMakeLists.txt
vendored
@ -160,6 +160,10 @@ if(ENABLE_PROTOBUF_SERVER)
|
|||||||
|
|
||||||
# define the protobuf library
|
# define the protobuf library
|
||||||
set(PROTOBUF_LIBRARIES protobuf::libprotobuf)
|
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()
|
endif()
|
||||||
|
|
||||||
# redefine at parent scope
|
# redefine at parent scope
|
||||||
|
Loading…
x
Reference in New Issue
Block a user