From a01b5d44bbb87c0cc5b32f7ddef5fdaf02b23746 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 2 Jul 2016 11:06:59 +0200 Subject: [PATCH] Don't install files twice --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2fe541..1ad43b7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -440,7 +440,6 @@ install(FILES ${MailCommon_Camelcasecollectionpageattributes_HEADERS} ${MailCommon_Camelcasefilterimporter_HEADERS} ${MailCommon_Camelcasesnippets_HEADERS} - ${MailCommon_Camelcasekernel_HEADERS} ${MailCommon_Camelcasewidgets_HEADERS} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/MailCommon COMPONENT Devel @@ -465,7 +464,6 @@ install(FILES ${MailCommon_collectionpageattributes_HEADERS} ${MailCommon_filterimporter_HEADERS} ${MailCommon_snippets_HEADERS} - ${MailCommon_kernel_HEADERS} ${MailCommon_widgets_HEADERS} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/mailcommon COMPONENT Devel