1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Tue, 2 Nov 2021 09:23:26 +0100
Subject: Do not install not needed 3rd party license files
Forwarded: not-needed
---
iceoryx_meta/install_help_and_config.cmake | 5 -----
iceoryx_posh/CMakeLists.txt | 4 ----
2 files changed, 9 deletions(-)
diff --git a/iceoryx_meta/install_help_and_config.cmake b/iceoryx_meta/install_help_and_config.cmake
index a435d6a..e53352b 100644
--- a/iceoryx_meta/install_help_and_config.cmake
+++ b/iceoryx_meta/install_help_and_config.cmake
@@ -25,11 +25,6 @@ install(
DESTINATION share/doc/iceoryx
COMPONENT dev)
-install(
- DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../doc/3rd_party_licenses
- DESTINATION share/doc/iceoryx
- COMPONENT dev)
-
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../doc/website/release-notes
DESTINATION share/doc/iceoryx
diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt
index 0b22bb5..8ff39d7 100644
--- a/iceoryx_posh/CMakeLists.txt
+++ b/iceoryx_posh/CMakeLists.txt
@@ -199,10 +199,6 @@ install(
DESTINATION share/doc/iceoryx_posh
COMPONENT dev)
-install(
- DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/doc/3rd_party_licenses
- DESTINATION share/doc/iceoryx_posh
- COMPONENT dev)
#
|