fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
This commit is contained in:
parent
80c043faf9
commit
1d322760ae
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ set(GOOGLE_CLOUD_CPP_PC_DESCRIPTION
|
||||||
# need to add the separator ourselves.
|
# need to add the separator ourselves.
|
||||||
string(CONCAT GOOGLE_CLOUD_CPP_PC_REQUIRES
|
string(CONCAT GOOGLE_CLOUD_CPP_PC_REQUIRES
|
||||||
"googleapis_cpp_bigtable_protos"
|
"googleapis_cpp_bigtable_protos"
|
||||||
" googleapis_cpp_bigquery_protos"
|
" googleapis_cpp_cloud_bigquery_protos"
|
||||||
" googleapis_cpp_iam_v1_iam_policy_protos"
|
" googleapis_cpp_iam_v1_iam_policy_protos"
|
||||||
" googleapis_cpp_iam_v1_options_protos"
|
" googleapis_cpp_iam_v1_options_protos"
|
||||||
" googleapis_cpp_iam_v1_policy_protos"
|
" googleapis_cpp_iam_v1_policy_protos"
|
||||||
|
|
Loading…
Reference in a new issue