-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#11092) opentelemetry-cpp: add version 1.4.0
* opentelemetry-cpp: add version 1.4.0 * update opentelemetry-proto
- Loading branch information
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
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
12 changes: 12 additions & 0 deletions
12
recipes/opentelemetry-cpp/all/patches/1.4.0-0001-fix-cmake.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 6d2b274..4611a6b 100755 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -208,7 +208,6 @@ if(WITH_JAEGER) | ||
find_package(Thrift QUIET) | ||
if(Thrift_FOUND) | ||
find_package(Boost REQUIRED) | ||
- include_directories(${Boost_INCLUDE_DIR}) | ||
else() | ||
# Install Thrift and propagate via vcpkg toolchain file | ||
if(WIN32 AND (NOT DEFINED CMAKE_TOOLCHAIN_FILE)) |
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,4 +1,6 @@ | ||
versions: | ||
"1.4.0": | ||
folder: all | ||
"1.3.0": | ||
folder: all | ||
"1.2.0": | ||
|