Skip to content

Commit e50250a

Browse files
committed
Fix link order
1 parent 70ed9bc commit e50250a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test_common/src/http/client/nosend/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ if(${BUILD_TESTING})
2727
find_library(GMOCK_LIB gmock PATH_SUFFIXES lib)
2828
endif()
2929

30-
target_link_libraries(
31-
opentelemetry_http_client_nosend ${GTEST_BOTH_LIBRARIES} opentelemetry_ext
32-
opentelemetry_test_common)
30+
target_link_libraries(opentelemetry_http_client_nosend opentelemetry_ext
31+
opentelemetry_test_common ${GTEST_BOTH_LIBRARIES})
3332

3433
endif()

0 commit comments

Comments
 (0)