File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ set(protobuf_WITH_ZLIB OFF)
112112FetchContent_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)
121121FetchContent_MakeAvailable(protobuf)
122122list(POP_BACK CMAKE_MESSAGE_INDENT)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments