Skip to content

Commit 9037b4c

Browse files
committed
Improved prootbuf upgrades
1 parent 2df64bc commit 9037b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/external/protobuf.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ elseif(WITH_IPU)
326326
set(PROTOBUF_VERSION 21.12)
327327
elseif(WITH_ARM_BRPC)
328328
set(PROTOBUF_VERSION 21.12-baidu-ee-common)
329+
elseif(WIN32)
330+
set(PROTOBUF_VERSION 3.2)
329331
else()
330332
set(PROTOBUF_VERSION 21.12)
331333
if(WITH_GPU)

0 commit comments

Comments
 (0)