Skip to content

Commit 18108c0

Browse files
committed
deps: bump protobuf to v33.0
1 parent 2b30e46 commit 18108c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmake/dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ if(BUILD_Protobuf)
8888
FetchContent_Declare(
8989
Protobuf
9090
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
91-
GIT_TAG "v32.0"
91+
GIT_TAG "v33.0"
9292
GIT_SHALLOW TRUE
9393
GIT_SUBMODULES ""
9494
UPDATE_COMMAND git reset --hard
9595
PATCH_COMMAND git apply --ignore-whitespace
96-
"${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v32.0.patch"
96+
"${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v33.0.patch"
9797
)
9898
set(protobuf_BUILD_TESTS OFF)
9999
set(protobuf_BUILD_SHARED_LIBS ON)

cmake/host.CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ list(APPEND CMAKE_MESSAGE_INDENT " ")
108108
FetchContent_Declare(
109109
protobuf
110110
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
111-
GIT_TAG "v32.0"
111+
GIT_TAG "v33.0"
112112
GIT_SHALLOW TRUE
113113
GIT_SUBMODULES ""
114114
PATCH_COMMAND git apply --ignore-whitespace
115-
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/protobuf-v32.0.patch"
115+
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/protobuf-v33.0.patch"
116116
)
117117
set(protobuf_BUILD_TESTS OFF)
118118
set(protobuf_BUILD_SHARED_LIBS ON)
File renamed without changes.

0 commit comments

Comments
 (0)