Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google-cloud-cpp] fix opentelemetry feature #32936

Merged
merged 1 commit into from Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/google-cloud-cpp/portfile.cmake
Expand Up @@ -65,7 +65,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 dialogflow_cx dialogflow_es)
foreach(suffix common googleapis grpc_utils rest_internal opentelemetry dialogflow_cx dialogflow_es)
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
continue()
Expand Down
1 change: 1 addition & 0 deletions ports/google-cloud-cpp/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "2.14.0",
"port-version": 1,
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Expand Up @@ -2954,7 +2954,7 @@
},
"google-cloud-cpp": {
"baseline": "2.14.0",
"port-version": 0
"port-version": 1
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d32a3fa190564c35057874f3912f61ebf07852b7",
"version": "2.14.0",
"port-version": 1
},
{
"git-tree": "696c1d17cd2174ffde1c0d53779b76e8d98d924a",
"version": "2.14.0",
Expand Down