mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Find KPMCore 3.2 quietly, less frightening
This commit is contained in:
parent
d8a47bb8be
commit
ec86922839
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,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.1.50 )
|
||||
find_package( KPMcore 3.1.50 QUIET )
|
||||
if ( ${KPMcore_FOUND} )
|
||||
add_definitions(-DWITH_KPMCORE22)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue