From 3285ebae67f0c489bd95567790805c78fb4cfdf3 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 11 Jan 2017 12:25:49 +0100 Subject: [PATCH] Bump KPMcore dependency to 3.0.2. --- src/modules/partition/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/CMakeLists.txt b/src/modules/partition/CMakeLists.txt index b14165512..4d68f4b10 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 3.0.0 REQUIRED ) +find_package( KPMcore 3.0.2 REQUIRED ) add_subdirectory( tests )