Merge pull request #2290 from demmm/calamares

[plasmalnf] CMake correction
This commit is contained in:
Adriaan de Groot 2024-02-22 13:44:34 +01:00 committed by GitHub
commit 36dfedfea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ if(WITH_QT6)
set(_plasma_libraries "Plasma::Plasma")
set(_plasma_name "Plasma")
find_package(${kfname} ${KF_VERSION} QUIET COMPONENTS Config Package)
find_package(Plasma ${PLASMA_VERSION} REQUIRED)
find_package(Plasma ${PLASMA_VERSION})
else()
set(_plasma_libraries "${kfname}::Plasma")
set(_plasma_name "KF5Plasma")