Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 8dc91d7

Browse files
authored
feat: bump googleapis to match version in -cpp (#46)
1 parent 5890ac4 commit 8dc91d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
3939
# Give application developers a hook to configure the version and hash
4040
# downloaded from GitHub.
4141
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_URL
42-
"https://github.com/googleapis/googleapis/archive/8bea81bfa461698981b3d3a488a95633d2f6e9ff.tar.gz"
42+
"https://github.com/googleapis/googleapis/archive/fea22b1d9f27f86ef355c1d0dba00e0791a08a19.tar.gz"
4343
)
4444
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
45-
"2a4ac74574c14ab9e389f464bb0756c20be571bac172f8de1fe1bce343fac353")
45+
"957ef432cdedbace1621bb023e6d8637ecbaa78856b3fc6e299f9b277ae990ff")
4646

4747
set(GOOGLEAPIS_CPP_SOURCE
4848
"${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")

0 commit comments

Comments
 (0)