Skip to content

Commit

Permalink
Keep protobuf2 as the default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoup committed Nov 15, 2019
1 parent 80fcb9e commit a69052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ endif()
if (WIN32)
set(Protobuf_SELECT_VERSION "3.9.0" CACHE STRING "Select the version of ProtoBuf to build.")
else()
set(Protobuf_SELECT_VERSION "3.9.0" CACHE STRING "Select the version of ProtoBuf to build.")
set(Protobuf_SELECT_VERSION "2.5.0" CACHE STRING "Select the version of ProtoBuf to build.")
set_property(CACHE Protobuf_SELECT_VERSION PROPERTY STRINGS "2.5.0" "3.9.0")
endif()

Expand Down

0 comments on commit a69052e

Please sign in to comment.