Skip to content

Commit

Permalink
Fix link order
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Oct 18, 2024
1 parent 63683c1 commit 517dc8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_common/src/http/client/nosend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ if(${BUILD_TESTING})
find_library(GMOCK_LIB gmock PATH_SUFFIXES lib)
endif()

target_link_libraries(
opentelemetry_http_client_nosend ${GTEST_BOTH_LIBRARIES} opentelemetry_ext
opentelemetry_test_common)
target_link_libraries(opentelemetry_http_client_nosend opentelemetry_ext
opentelemetry_test_common ${GTEST_BOTH_LIBRARIES})

endif()

0 comments on commit 517dc8b

Please sign in to comment.