Skip to content

Commit c5e8931

Browse files
committed
Disable Protobuf verbose mode
1 parent eb8935c commit c5e8931

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dependencies/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)