Skip to content

Commit 91e1dd9

Browse files
authored
Merge pull request #180 from mathworks/otelcpp_1_18_0
Update to otel-cpp 1.18.0, closes #179
2 parents f20ed63 + 95c8684 commit 91e1dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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)