build: Mark KDecoration2 REQUIRED using set_package_properties()

This way there will be a more complete list of missing dependencies in
the feature summary.
master
Vlad Zahorodnii 2 years ago
parent fe86eea311
commit 993c4e2d05

@ -134,7 +134,11 @@ set_package_properties(KF5Kirigami2 PROPERTIES
TYPE RUNTIME
)
find_package(KDecoration2 ${PROJECT_VERSION} CONFIG REQUIRED)
find_package(KDecoration2 ${PROJECT_VERSION} CONFIG)
set_package_properties(KDecoration2 PROPERTIES
TYPE REQUIRED
PURPOSE "Required for server side decoration support"
)
find_package(Breeze 5.9.0 CONFIG)
set_package_properties(Breeze PROPERTIES

Loading…
Cancel
Save