astitcher commented on a change in pull request #355:
URL: https://github.com/apache/qpid-proton/pull/355#discussion_r832469289
##########
File path: cpp/tests.cmake
##########
@@ -70,6 +70,11 @@ if (ENABLE_JSONCPP)
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/testdata" DESTINATION
"${CMAKE_CURRENT_BINARY_DIR}")
endif()
+if (ENABLE_OPENTELEMETRYCPP)
+ add_cpp_test(tracing_test)
+ target_link_libraries(tracing_test ${OPENTELEMETRY_CPP_LIBRARIES})
Review comment:
You shouldn't even need to link the opentelemetry libraries directly -
and again if you do it's a bug we need to fix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]