diff options
author | Bradley White <14679271+devbww@users.noreply.github.com> | 2020-02-08T19·51-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-08T19·51-0500 |
commit | 1d322760ae4c270dfba6e4ca3203395e89f30b66 (patch) | |
tree | 9c2e0bb2dee9bd13c1528f407da49472a8ac6178 /CMakeLists.txt | |
parent | 80c043faf913534ac0a97da58e3d50c073f226c1 (diff) |
fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9c0e7b9c179..fe830599b9eb 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" |