summaryrefslogtreecommitdiffstats
path: root/framework/src
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src')
-rw-r--r--framework/src/domain/mime/mimetreeparser/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/CMakeLists.txt b/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
index 3cdbc173..6f8c1993 100644
--- a/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
+++ b/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
@@ -4,10 +4,6 @@ find_package(Qt5 COMPONENTS REQUIRED Core Gui)
4find_package(KF5Mime "4.87.0" CONFIG REQUIRED) 4find_package(KF5Mime "4.87.0" CONFIG REQUIRED)
5find_package(QGpgme CONFIG REQUIRED) 5find_package(QGpgme CONFIG REQUIRED)
6find_package(KF5Codecs CONFIG REQUIRED) 6find_package(KF5Codecs CONFIG REQUIRED)
7set(CMAKE_MODULE_PATH
8 ${ECM_MODULE_PATH}
9 ${CMAKE_CURRENT_SOURCE_DIR}
10 ${CMAKE_MODULE_PATH})
11 7
12# target_include_directories does not handle empty include paths 8# target_include_directories does not handle empty include paths
13include_directories(${GPGME_INCLUDES}) 9include_directories(${GPGME_INCLUDES})