From 95c8684e997edbd2eda79543ff3e738a463c2167 Mon Sep 17 00:00:00 2001 From: duncanpo Date: Wed, 11 Dec 2024 12:50:15 -0500 Subject: [PATCH] Update to otel-cpp 1.18.0, closes #179 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09766a3..f77928c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,7 @@ if(NOT DEFINED OTEL_CPP_INSTALLED_DIR) include(ExternalProject) set(OTEL_CPP_PROJECT_NAME opentelemetry-cpp) set(OTEL_CPP_GIT_REPOSITORY "https://github.com/open-telemetry/opentelemetry-cpp.git") - set(OTEL_CPP_GIT_TAG "fa0a520") + set(OTEL_CPP_GIT_TAG "955a807") set(OTEL_CPP_CXX_STANDARD 14)