diff --git a/src/modules/plasmalnf/CMakeLists.txt b/src/modules/plasmalnf/CMakeLists.txt index 50cb630f2..930b3e441 100644 --- a/src/modules/plasmalnf/CMakeLists.txt +++ b/src/modules/plasmalnf/CMakeLists.txt @@ -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}) + find_package(Plasma ${PLASMA_VERSION} QUIET) else() set(_plasma_libraries "${kfname}::Plasma") set(_plasma_name "KF5Plasma")