From 8942a9ba43d8bb196230c321d46d6a137957a719 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 18 Aug 2020 13:03:39 -0700 Subject: Update probuf revision --- cmake/external/protobuf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/protobuf.cmake b/cmake/external/protobuf.cmake index 212c40f..52a3f47 100644 --- a/cmake/external/protobuf.cmake +++ b/cmake/external/protobuf.cmake @@ -63,7 +63,7 @@ include (ExternalProject) ExternalProject_Add(${PROTOBUF_TARGET} PREFIX ${PROTOBUF_TARGET} GIT_REPOSITORY https://github.com/google/protobuf.git - GIT_TAG 204f99488ce1ef74565239cf3963111ae4c774b7 + GIT_TAG 214c77e1b76e63e512bd675d1c300c80438642b6 UPDATE_COMMAND "" CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake -G${CMAKE_GENERATOR} -- cgit v1.2.3