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 70ed9bc commit e50250aCopy full SHA for e50250a
test_common/src/http/client/nosend/CMakeLists.txt
@@ -27,8 +27,7 @@ if(${BUILD_TESTING})
27
find_library(GMOCK_LIB gmock PATH_SUFFIXES lib)
28
endif()
29
30
- target_link_libraries(
31
- opentelemetry_http_client_nosend ${GTEST_BOTH_LIBRARIES} opentelemetry_ext
32
- opentelemetry_test_common)
+ target_link_libraries(opentelemetry_http_client_nosend opentelemetry_ext
+ opentelemetry_test_common ${GTEST_BOTH_LIBRARIES})
33
34
0 commit comments