mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[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:
parent
8ab78df4b5
commit
d044f52707
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -2650,7 +2650,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8e675db53dae8b88be806ecd93411810ee8048d7",
|
||||
"version": "2.1.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "a70cc631d25b110ce203a0f571689304fb0e8595",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user