From d9093ac154df92df4a75dd8e1d4c21364a86b2e4 Mon Sep 17 00:00:00 2001 From: Johnny Jazeix Date: Mon, 5 Oct 2020 20:45:24 +0200 Subject: [PATCH] attempt to add coverage in Jenkins CI --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff0a6583f..550882eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -318,6 +318,7 @@ if(ECM_FOUND) include(KDECMakeSettings) include(ECMInstallIcons) include(ECMEnableSanitizers) + include(ECMCoverageOption) endif() #################################################### -- GitLab