File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ if(ENABLE_PROTOBUF_SERVER)
426426 if (NOT USE_SYSTEM_PROTO_LIBS)
427427
428428 # Enable ProtoBuf verbose mode
429- set (protobuf_VERBOSE ON CACHE BOOL "Build protobuf verbose" )
429+ set (protobuf_VERBOSE OFF CACHE BOOL "Build protobuf verbose" )
430430
431431 # Build Protobuf as static library
432432 set (protobuf_BUILD_SHARED_LIBS OFF CACHE BOOL "Build protobuf shared" )
@@ -439,6 +439,9 @@ if(ENABLE_PROTOBUF_SERVER)
439439
440440 # Enable build of libupb
441441 set (protobuf_BUILD_LIBUPB ON CACHE BOOL "Build libupb" )
442+
443+ # Force all dependencies to be downloaded from GitHub
444+ set (protobuf_FORCE_FETCH_DEPENDENCIES ON CACHE INTERNAL "Force all dependencies to be downloaded from GitHub" )
442445
443446 # Build abeil (3rd party sub-module) with C++ version requirements
444447 set (ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "Build abseil-cpp with C++ version requirements propagated" )
You can’t perform that action at this time.
0 commit comments