Skip to content

Commit 4ed22ee

Browse files
committed
remove otlp_grpc_exporter_test link to gRPC::grpc++
1 parent a57063f commit 4ed22ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/otlp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ if(BUILD_TESTING)
321321
add_executable(otlp_grpc_exporter_test test/otlp_grpc_exporter_test.cc)
322322
target_link_libraries(
323323
otlp_grpc_exporter_test ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
324-
${GMOCK_LIB} opentelemetry_exporter_otlp_grpc gRPC::grpc++)
324+
${GMOCK_LIB} opentelemetry_exporter_otlp_grpc)
325325
gtest_add_tests(
326326
TARGET otlp_grpc_exporter_test
327327
TEST_PREFIX exporter.otlp.

0 commit comments

Comments
 (0)