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

Commit 5658760

Browse files
authored
chore: update to protos as-of 2020-02-27 (#40)
1 parent c873fd3 commit 5658760

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/0b1876b35e98f560f9c9ca9797955f020238a092.tar.gz"
42+
"https://github.com/googleapis/googleapis/archive/e9e90a787703ec5d388902e2cb796aaed3a385b4.tar.gz"
4343
)
4444
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
45-
"4b0db7279ddf0b9ec6a39fd741ef4694b20025fe38f7d98f1ab1ba224c417c2d")
45+
"4c0ba761e943b818cc8b242ed05d0cfdaaac7c4035a43eeab0820461c77619f0")
4646

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

0 commit comments

Comments
 (0)