From 460818bb943dca9bfa593889e9d743e7da3ced62 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 18 Jun 2023 06:49:22 +0300 Subject: [PATCH] generic: adjust to kdelibs changes Signed-off-by: Ivailo Monev --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad49520fc..57d82f250 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,7 @@ project (kde-l10n) include(FeatureSummary) -find_package(KDE4 4.23.0 REQUIRED) - -include(KDE4Defaults) +find_package(KDELibs4 4.23.0 REQUIRED) add_subdirectory( ar ) add_subdirectory( ast )