Files
gentoo/dev-cpp/opentelemetry-cpp/files/opentelemetry-cpp-1.6.0-dont-install-nosend.patch
2022-08-19 11:31:22 -07:00

16 lines
632 B
Diff

diff --git a/ext/src/http/client/nosend/CMakeLists.txt b/ext/src/http/client/nosend/CMakeLists.txt
index 497daeb3..949bfd36 100644
--- a/ext/src/http/client/nosend/CMakeLists.txt
+++ b/ext/src/http/client/nosend/CMakeLists.txt
@@ -27,10 +27,4 @@ if(${BUILD_TESTING})
target_link_libraries(http_client_nosend ${GTEST_BOTH_LIBRARIES} ${GMOCK_LIB}
opentelemetry_ext)
- install(
- TARGETS http_client_nosend
- EXPORT "${PROJECT_NAME}-target"
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()