diff --git a/src/modules/partition/CMakeLists.txt b/src/modules/partition/CMakeLists.txt index 5b76ef88738396271b2fe46014ad7b8c27c8580f..54214987e6ac4739d9cfe77d4f3d4291bc759c55 100644 --- a/src/modules/partition/CMakeLists.txt +++ b/src/modules/partition/CMakeLists.txt @@ -10,7 +10,7 @@ find_package( KF5 REQUIRED CoreAddons ) # These are needed because KPMcore links publicly against ConfigCore, I18n, IconThemes, KIOCore and Service find_package( KF5 REQUIRED Config I18n IconThemes KIO Service ) -find_package( KPMcore 2.1 REQUIRED ) +find_package( KPMcore 2.2 REQUIRED ) add_subdirectory( tests )