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

Commit

Permalink
chore: update protos to circa 2020-05-17 (#50)
Browse files Browse the repository at this point in the history
Use the same commit we are using for the Bazel builds in
google-cloud-cpp. AFAICT, there are no significant changes, but it
is good to keep both build systems in sync.
  • Loading branch information
coryan authored May 18, 2020
1 parent 7008379 commit 4ada9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/fea22b1d9f27f86ef355c1d0dba00e0791a08a19.tar.gz"
"https://github.com/googleapis/googleapis/archive/abd6b709a5533ba5d0bc435189ffda7f2445cd4b.tar.gz"
)
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"957ef432cdedbace1621bb023e6d8637ecbaa78856b3fc6e299f9b277ae990ff")
"c45d0e135ac7ad54c34546404d5338e4980d0b397f093e1e2cb185ec8813430f")

set(GOOGLEAPIS_CPP_SOURCE
"${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")
Expand Down

0 comments on commit 4ada9c3

Please sign in to comment.