Skip to content

Commit 95c8684

Browse files
committed
Update to otel-cpp 1.18.0, closes #179
1 parent f20ed63 commit 95c8684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if(NOT DEFINED OTEL_CPP_INSTALLED_DIR)
191191
include(ExternalProject)
192192
set(OTEL_CPP_PROJECT_NAME opentelemetry-cpp)
193193
set(OTEL_CPP_GIT_REPOSITORY "https://github.com/open-telemetry/opentelemetry-cpp.git")
194-
set(OTEL_CPP_GIT_TAG "fa0a520")
194+
set(OTEL_CPP_GIT_TAG "955a807")
195195

196196
set(OTEL_CPP_CXX_STANDARD 14)
197197

0 commit comments

Comments
 (0)