From 7c28223e9a8f2ef70ba2e3933a9802f6d4fc8dcb Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 2 Oct 2022 16:52:25 +0300 Subject: [PATCH] generic: prepare for kdelibs changes Signed-off-by: Ivailo Monev --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 055f02dd..e0070e96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ project(kde-workspace) include(CheckIncludeFiles) include(CheckFunctionExists) include(GenerateExportHeader) +include(FeatureSummary) find_package(KDE4 4.22.0 REQUIRED) include(KDE4Defaults)