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

Commit ad6ab5c

Browse files
author
Takashi Matsuo
authored
chore: update to protos as-of 2020-03-11 (#42)
1 parent e6646f9 commit ad6ab5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 6 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/e9e90a787703ec5d388902e2cb796aaed3a385b4.tar.gz"
42+
"https://github.com/googleapis/googleapis/archive/bf839ae632e0f263a729569e44be4b38b1c85f9c.tar.gz"
4343
)
4444
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
45-
"4c0ba761e943b818cc8b242ed05d0cfdaaac7c4035a43eeab0820461c77619f0")
45+
"874a4ad1f65c346a8a73c91e78cca0d49e5da3be5a7e58a05d6b2c74bc331ac6")
4646

4747
set(GOOGLEAPIS_CPP_SOURCE
4848
"${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")
@@ -88,6 +88,8 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
8888
"google/cloud/bigquery/v2/model_reference.proto"
8989
"google/cloud/bigquery/v2/standard_sql.proto"
9090
"google/pubsub/v1/pubsub.proto"
91+
"google/spanner/admin/database/v1/backup.proto"
92+
"google/spanner/admin/database/v1/common.proto"
9193
"google/spanner/admin/database/v1/spanner_database_admin.proto"
9294
"google/spanner/admin/instance/v1/spanner_instance_admin.proto"
9395
"google/spanner/v1/keys.proto"
@@ -302,6 +304,8 @@ target_link_libraries(
302304

303305
google_cloud_cpp_grpcpp_library(
304306
googleapis_cpp_spanner_protos
307+
"${GOOGLEAPIS_CPP_SOURCE}/google/spanner/admin/database/v1/backup.proto"
308+
"${GOOGLEAPIS_CPP_SOURCE}/google/spanner/admin/database/v1/common.proto"
305309
"${GOOGLEAPIS_CPP_SOURCE}/google/spanner/admin/database/v1/spanner_database_admin.proto"
306310
"${GOOGLEAPIS_CPP_SOURCE}/google/spanner/admin/instance/v1/spanner_instance_admin.proto"
307311
"${GOOGLEAPIS_CPP_SOURCE}/google/spanner/v1/keys.proto"

0 commit comments

Comments
 (0)