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

Commit

Permalink
feat: update googleapis proto version to include bigtable backup prot…
Browse files Browse the repository at this point in the history
…os (#44)
  • Loading branch information
scotthart committed Mar 26, 2020
1 parent 8df9cc9 commit 9c93a64
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/bf839ae632e0f263a729569e44be4b38b1c85f9c.tar.gz"
"https://github.com/googleapis/googleapis/archive/8bea81bfa461698981b3d3a488a95633d2f6e9ff.tar.gz"
)
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"874a4ad1f65c346a8a73c91e78cca0d49e5da3be5a7e58a05d6b2c74bc331ac6")
"2a4ac74574c14ab9e389f464bb0756c20be571bac172f8de1fe1bce343fac353")

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

0 comments on commit 9c93a64

Please sign in to comment.