Merge pull request #2290 from demmm/calamares
[plasmalnf] CMake correction
This commit is contained in:
commit
36dfedfea5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user