From a69052eaaf8b561bab65e99867db3ca4c9c6d211 Mon Sep 17 00:00:00 2001 From: David Stoup Date: Fri, 15 Nov 2019 08:55:19 -0500 Subject: [PATCH] Keep protobuf2 as the default for now --- CMake/fletch-tarballs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/fletch-tarballs.cmake b/CMake/fletch-tarballs.cmake index 8dd34b13..373e72a5 100644 --- a/CMake/fletch-tarballs.cmake +++ b/CMake/fletch-tarballs.cmake @@ -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()