Skip to content

Commit

Permalink
Disable Protobuf libupb
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jun 15, 2024
1 parent c2bd875 commit 0a2a929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ if(ENABLE_PROTOBUF_SERVER)
set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build protobuf with tests")
set(protobuf_BUILD_SHARED_LIBS OFF CACHE BOOL "Build protobuf shared")
set(protobuf_WITH_ZLIB OFF CACHE BOOL "Build protobuf with zlib support")
set(protobuf_BUILD_LIBUPB OFF CACHE BOOL "Build libupb")

if (WIN32)
set(protobuf_MSVC_STATIC_RUNTIME OFF CACHE BOOL "Build protobuf static")
Expand Down

0 comments on commit 0a2a929

Please sign in to comment.