diff --git a/test_common/src/http/client/nosend/CMakeLists.txt b/test_common/src/http/client/nosend/CMakeLists.txt index 92a2c1f98c..0000c7cce9 100644 --- a/test_common/src/http/client/nosend/CMakeLists.txt +++ b/test_common/src/http/client/nosend/CMakeLists.txt @@ -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()