about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBradley White <14679271+devbww@users.noreply.github.com>2020-02-08T19·51-0500
committerGitHub <noreply@github.com>2020-02-08T19·51-0500
commit1d322760ae4c270dfba6e4ca3203395e89f30b66 (patch)
tree9c2e0bb2dee9bd13c1528f407da49472a8ac6178
parent80c043faf913534ac0a97da58e3d50c073f226c1 (diff)
fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9c0e7b9c1..fe830599b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -420,7 +420,7 @@ set(GOOGLE_CLOUD_CPP_PC_DESCRIPTION
 # need to add the separator ourselves.
 string(CONCAT GOOGLE_CLOUD_CPP_PC_REQUIRES
               "googleapis_cpp_bigtable_protos"
-              " googleapis_cpp_bigquery_protos"
+              " googleapis_cpp_cloud_bigquery_protos"
               " googleapis_cpp_iam_v1_iam_policy_protos"
               " googleapis_cpp_iam_v1_options_protos"
               " googleapis_cpp_iam_v1_policy_protos"