-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nitpick on using identical patch file.
- Loading branch information
1 parent
8b352cf
commit e564bf4
Showing
3 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 10 additions & 1 deletion
11
...metry-cpp/use-opentelemetry-cpp-141.patch → ...core-tracing-opentelemetry-cpp/3844.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
From e1fd9ed9f476fc94f4143df6ba8b683113af33ed Mon Sep 17 00:00:00 2001 | ||
From: Larry Osterman <[email protected]> | ||
Date: Fri, 22 Jul 2022 11:37:48 -0700 | ||
Subject: [PATCH] Removed hard dependency on opentelemetry version | ||
|
||
--- | ||
sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt | ||
index bf3077e..2bd6d91 100644 | ||
index bf3077e676..6d0dc15151 100644 | ||
--- a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt | ||
+++ b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt | ||
@@ -36,7 +36,7 @@ if (BUILD_AZURE_CORE_TRACING_OPENTELEMETRY) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters