gentoo-ebuilds/dev-cpp/opentelemetry-cpp/files/opentelemetry-cpp-1.6.0-dont-install-nosend.patch
Patrick McLean 67fb969bd8
dev-cpp/opentelemetry-cpp: add 1.6.0, fix bug #865029
Closes: https://bugs.gentoo.org/865029
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2022-08-19 11:31:22 -07:00

15 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()