We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ea734 commit 87c216fCopy full SHA for 87c216f
examples/otlp/CMakeLists.txt
@@ -115,7 +115,7 @@ if(WITH_OTLP_HTTP)
115
target_compile_definitions(example_otlp_instrumented_http
116
PRIVATE OPENTELEMETRY_BUILD_IMPORT_DLL)
117
target_link_libraries(example_otlp_instrumented_http
118
- opentelemetry-cpp::opentelemetry_cpp)
+ PRIVATE opentelemetry-cpp::opentelemetry_cpp)
119
else()
120
target_link_libraries(
121
example_otlp_instrumented_http
0 commit comments