Skip to content

Commit c70f14a

Browse files
committed
[CMake] Add missing CMake keyword for target_link_libraries
1 parent c2ea734 commit c70f14a

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)