Bump KPMcore requirement.
This commit is contained in:
parent
0ad819e301
commit
e10034c670
@ -27,7 +27,7 @@ Modules:
|
||||
* partition:
|
||||
* extra-cmake-modules
|
||||
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
|
||||
* KPMcore >= 2.2
|
||||
* KPMcore >= 3.0
|
||||
* bootloader:
|
||||
* systemd-boot or GRUB
|
||||
* unpackfs:
|
||||
|
@ -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.9.90 REQUIRED )
|
||||
find_package( KPMcore 3.0.0 REQUIRED )
|
||||
|
||||
add_subdirectory( tests )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user