Skip to content

Commit 8a84f56

Browse files
Enable build of libupb
1 parent da78919 commit 8a84f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "Build protobuf with tests")
260260
# Disable build of Protobuf with zlib support
261261
set(protobuf_WITH_ZLIB OFF CACHE INTERNAL "Build protobuf with zlib support")
262262

263-
# Disable build of libupb
264-
set(protobuf_BUILD_LIBUPB OFF CACHE INTERNAL "Build libupb")
263+
# Enable build of libupb
264+
set(protobuf_BUILD_LIBUPB ON CACHE INTERNAL "Build libupb")
265265

266266
# Force all dependencies to be downloaded from GitHub
267267
set(protobuf_FORCE_FETCH_DEPENDENCIES ON CACHE INTERNAL "Force all dependencies to be downloaded from GitHub")

0 commit comments

Comments
 (0)