From 4047eda38632fb73b6887f51fd012b46fe28b383 Mon Sep 17 00:00:00 2001 From: Greg Miller <9447643+devjgm@users.noreply.github.com> Date: Tue, 14 Apr 2020 20:37:35 -0400 Subject: [PATCH] feat: bump googleapis to match version in -cpp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04827d0..c1fe8e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,10 +39,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Give application developers a hook to configure the version and hash # downloaded from GitHub. set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_URL - "https://github.com/googleapis/googleapis/archive/8bea81bfa461698981b3d3a488a95633d2f6e9ff.tar.gz" + "https://github.com/googleapis/googleapis/archive/fea22b1d9f27f86ef355c1d0dba00e0791a08a19.tar.gz" ) set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256 - "2a4ac74574c14ab9e389f464bb0756c20be571bac172f8de1fe1bce343fac353") + "957ef432cdedbace1621bb023e6d8637ecbaa78856b3fc6e299f9b277ae990ff") set(GOOGLEAPIS_CPP_SOURCE "${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")