[google-cloud-cpp] Fix features dialogflow-* CMake export (#26480)

* [google-cloud-cpp] Fix feature dialogflow-* CMake export

* x-add-version
This commit is contained in:
Lily Wang 2022-08-23 10:36:54 -07:00 committed by GitHub
parent 8ab78df4b5
commit d044f52707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -59,7 +59,7 @@ foreach(feature IN LISTS FEATURES)
endforeach()
# These packages are automatically installed depending on what features are
# enabled.
foreach(suffix common googleapis grpc_utils rest_internal)
foreach(suffix common googleapis grpc_utils rest_internal dialogflow_cx dialogflow_es)
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
continue()

View File

@ -1,7 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "2.1.0",
"port-version": 1,
"port-version": 2,
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",

View File

@ -2650,7 +2650,7 @@
},
"google-cloud-cpp": {
"baseline": "2.1.0",
"port-version": 1
"port-version": 2
},
"google-cloud-cpp-common": {
"baseline": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8e675db53dae8b88be806ecd93411810ee8048d7",
"version": "2.1.0",
"port-version": 2
},
{
"git-tree": "a70cc631d25b110ce203a0f571689304fb0e8595",
"version": "2.1.0",