Skip to content

Commit

Permalink
Merge pull request #180 from mathworks/otelcpp_1_18_0
Browse files Browse the repository at this point in the history
Update to otel-cpp 1.18.0, closes #179
  • Loading branch information
duncanpo authored Dec 11, 2024
2 parents f20ed63 + 95c8684 commit 91e1dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 91e1dd9

Please sign in to comment.