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 da78919 commit 8a84f56Copy full SHA for 8a84f56
CMakeLists.txt
@@ -260,8 +260,8 @@ set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "Build protobuf with tests")
260
# Disable build of Protobuf with zlib support
261
set(protobuf_WITH_ZLIB OFF CACHE INTERNAL "Build protobuf with zlib support")
262
263
-# Disable build of libupb
264
-set(protobuf_BUILD_LIBUPB OFF CACHE INTERNAL "Build libupb")
+# Enable build of libupb
+set(protobuf_BUILD_LIBUPB ON CACHE INTERNAL "Build libupb")
265
266
# Force all dependencies to be downloaded from GitHub
267
set(protobuf_FORCE_FETCH_DEPENDENCIES ON CACHE INTERNAL "Force all dependencies to be downloaded from GitHub")
0 commit comments