From 4322bf949ebfc7a78c8b5e18a1507d8d9bfa0107 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Thu, 28 Jan 2016 20:11:18 +0100 Subject: [PATCH] src/modules/partition/CMakeLists.txt: Remove obsolete TODO. The minimum version was added in commit 8af91a519f5477a395015be5327af64068830cd5. --- src/modules/partition/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/partition/CMakeLists.txt b/src/modules/partition/CMakeLists.txt index aa2d1a482..d39c25605 100644 --- a/src/modules/partition/CMakeLists.txt +++ b/src/modules/partition/CMakeLists.txt @@ -10,7 +10,6 @@ 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 ) -# TODO: we should require a minimum version, when KPMcore gets meaningful versioning find_package( KPMcore 2.0 REQUIRED ) add_subdirectory( tests )