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

Commit 1d32276

Browse files
authored
fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
1 parent 80c043f commit 1d32276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ set(GOOGLE_CLOUD_CPP_PC_DESCRIPTION
420420
# need to add the separator ourselves.
421421
string(CONCAT GOOGLE_CLOUD_CPP_PC_REQUIRES
422422
"googleapis_cpp_bigtable_protos"
423-
" googleapis_cpp_bigquery_protos"
423+
" googleapis_cpp_cloud_bigquery_protos"
424424
" googleapis_cpp_iam_v1_iam_policy_protos"
425425
" googleapis_cpp_iam_v1_options_protos"
426426
" googleapis_cpp_iam_v1_policy_protos"

0 commit comments

Comments
 (0)