Skip to content

Commit cbf698e

Browse files
committed
Use OpenTelemetry 1.23
1 parent 3f09964 commit cbf698e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cmake/ThirdPartyDependencies.cmake

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,21 @@ if(NOT TARGET opentelemetry)
4545
NAME
4646
opentelemetry
4747
VERSION
48-
1.20.0
48+
1.23.0
4949
GITHUB_REPOSITORY
5050
"open-telemetry/opentelemetry-cpp"
5151
EXCLUDE_FROM_ALL ON
5252
OPTIONS
5353
"OPENTELEMETRY_INSTALL OFF"
5454
"WITH_ABI_VERSION_1 OFF"
5555
"WITH_ABI_VERSION_2 ON"
56-
"WITH_STL ON"
5756
"WITH_ABSEIL OFF"
58-
"WITH_OTLP_HTTP ON"
59-
"WITH_OTLP_GRPC OFF"
6057
"WITH_BENCHMARK OFF"
58+
"WITH_EXAMPLES OFF"
59+
"WITH_FUNC_TESTS OFF"
60+
"WITH_OTLP_GRPC OFF"
61+
"WITH_OTLP_HTTP ON"
62+
"WITH_STL CXX17"
6163
"BUILD_TESTING OFF"
6264
"BUILD_SHARED_LIBS OFF"
6365
"CMAKE_C_VISIBILITY_PRESET hidden"

0 commit comments

Comments
 (0)