Skip to content

Commit a75f442

Browse files
authored
Disable ProtoBuf verbose mode
1 parent 1d9c1ee commit a75f442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ FetchContent_Declare(protobuf
252252
)
253253

254254
# Enable ProtoBuf verbose mode
255-
set(protobuf_VERBOSE ON CACHE BOOL "Build protobuf verbose")
255+
set(protobuf_VERBOSE OFF CACHE BOOL "Build protobuf verbose")
256256

257257
# Disable build of Protobuf tests
258258
set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "Build protobuf with tests")

0 commit comments

Comments
 (0)