Skip to content

Commit a69052e

Browse files
committed
Keep protobuf2 as the default for now
1 parent 80fcb9e commit a69052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/fletch-tarballs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ endif()
494494
if (WIN32)
495495
set(Protobuf_SELECT_VERSION "3.9.0" CACHE STRING "Select the version of ProtoBuf to build.")
496496
else()
497-
set(Protobuf_SELECT_VERSION "3.9.0" CACHE STRING "Select the version of ProtoBuf to build.")
497+
set(Protobuf_SELECT_VERSION "2.5.0" CACHE STRING "Select the version of ProtoBuf to build.")
498498
set_property(CACHE Protobuf_SELECT_VERSION PROPERTY STRINGS "2.5.0" "3.9.0")
499499
endif()
500500

0 commit comments

Comments
 (0)