From e771cbd56ac7f9a27946d0328d80523d1e8c6159 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 6 Dec 2016 06:58:30 +0100 Subject: [PATCH] Add ECMCoverageOption --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e24b74b..c8fc765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ include(FeatureSummary) include(KDEInstallDirs) include(KDECMakeSettings) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) +include(ECMCoverageOption) + set(PIM_VERSION "5.4.40") -- GitLab