Skip to content

Commit af7d0ee

Browse files
committed
dependencies: bump protobuf to v31.1
1 parent c47a518 commit af7d0ee

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
@@ -65,11 +65,11 @@ if(BUILD_Protobuf)
6565
FetchContent_Declare(
6666
Protobuf
6767
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
68-
GIT_TAG "v30.2"
68+
GIT_TAG "v31.1"
6969
GIT_SHALLOW TRUE
7070
GIT_SUBMODULES ""
7171
PATCH_COMMAND git apply --ignore-whitespace
72-
"${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v30.2.patch"
72+
"${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v31.1.patch"
7373
)
7474
FetchContent_MakeAvailable(Protobuf)
7575
list(POP_BACK CMAKE_MESSAGE_INDENT)

cmake/host.CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ set(protobuf_WITH_ZLIB OFF)
112112
FetchContent_Declare(
113113
protobuf
114114
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
115-
GIT_TAG "v30.2"
115+
GIT_TAG "v31.1"
116116
GIT_SHALLOW TRUE
117117
GIT_SUBMODULES ""
118118
PATCH_COMMAND git apply --ignore-whitespace
119-
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/protobuf-v30.2.patch"
119+
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/protobuf-v31.1.patch"
120120
)
121121
FetchContent_MakeAvailable(protobuf)
122122
list(POP_BACK CMAKE_MESSAGE_INDENT)

0 commit comments

Comments
 (0)