Skip to content

Commit 3b757db

Browse files
authored
Merge pull request #306 from open-telemetry/main
[CMake] Add missing CMake keyword for target_link_libraries (open-telemetry#3442)
2 parents 1efaf46 + 87c216f commit 3b757db

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)