Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
klalumiere committed May 2, 2023
1 parent a5d91f7 commit 7a7d111
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ports/opentelemetry-cpp/add-missing-find-dependency.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
diff --git a/cmake/opentelemetry-cpp-config.cmake.in b/cmake/opentelemetry-cpp-config.cmake.in
index adae58d..21baab7 100644
index adae58dd..26427722 100644
--- a/cmake/opentelemetry-cpp-config.cmake.in
+++ b/cmake/opentelemetry-cpp-config.cmake.in
@@ -69,6 +69,7 @@ set(OPENTELEMETRY_VERSION
@@ -69,6 +69,8 @@ set(OPENTELEMETRY_VERSION
# ##############################################################################

find_package(Threads)
+include(CMakeFindDependencyMacro)
+find_dependency(absl)

set_and_check(OPENTELEMETRY_CPP_INCLUDE_DIRS "@PACKAGE_INCLUDE_INSTALL_DIR@")
Expand Down
2 changes: 1 addition & 1 deletion ports/opentelemetry-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.8.3",
"port-version": 5,
"port-version": 6,
"description": [
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5926,7 +5926,7 @@
},
"opentelemetry-cpp": {
"baseline": "1.8.3",
"port-version": 5
"port-version": 6
},
"opentracing": {
"baseline": "1.6.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/opentelemetry-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dfd999f93f24e916631d57bf73c0bf02f8c2da0a",
"version-semver": "1.8.3",
"port-version": 6
},
{
"git-tree": "d01c3006eaa3db92a643c8b6e275e5275561d443",
"version-semver": "1.8.3",
Expand Down

0 comments on commit 7a7d111

Please sign in to comment.