Skip to content

Commit 08dd7c5

Browse files
authored
Merge branch 'main' into fix_remove_thirdparty_version_warning
2 parents 72e6a6e + 87c216f commit 08dd7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/otlp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if(WITH_OTLP_HTTP)
115115
target_compile_definitions(example_otlp_instrumented_http
116116
PRIVATE OPENTELEMETRY_BUILD_IMPORT_DLL)
117117
target_link_libraries(example_otlp_instrumented_http
118-
opentelemetry-cpp::opentelemetry_cpp)
118+
PRIVATE opentelemetry-cpp::opentelemetry_cpp)
119119
else()
120120
target_link_libraries(
121121
example_otlp_instrumented_http

0 commit comments

Comments
 (0)