We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9c1ee commit a75f442Copy full SHA for a75f442
CMakeLists.txt
@@ -252,7 +252,7 @@ FetchContent_Declare(protobuf
252
)
253
254
# Enable ProtoBuf verbose mode
255
-set(protobuf_VERBOSE ON CACHE BOOL "Build protobuf verbose")
+set(protobuf_VERBOSE OFF CACHE BOOL "Build protobuf verbose")
256
257
# Disable build of Protobuf tests
258
set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "Build protobuf with tests")
0 commit comments