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 @@ -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 )
Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ list(APPEND CMAKE_MESSAGE_INDENT " ")
108108FetchContent_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)
117117set(protobuf_BUILD_TESTS OFF)
118118set(protobuf_BUILD_SHARED_LIBS ON)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments