From 477b717324da86bb15849e032fd8361f95fca4f9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Mar 2018 22:19:42 +0100 Subject: Add the local cmake module path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cc67c1b..971d9a04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(FeatureSummary) find_package(PkgConfig REQUIRED) find_package(ECM 5.29.0 REQUIRED NO_MODULE) -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) include(KDEInstallDirs) include(KDECompilerSettings) -- cgit v1.2.3