#467 plasma-desktop cmake KF6KirigamiAddons2 complains need upstream fix
Closed: Fixed by siosm. Opened by loise.

https://invent.kde.org/plasma/plasma-desktop/-/blob/master/CMakeLists.txt?ref_type=heads

needs fixing:

find_package(KF6KirigamiAddons2 0.10.0 CONFIG)
set_package_properties(KF6KirigamiAddons2 PROPERTIES

to:

find_package(KF6KirigamiAddons 1.0.0 CONFIG)
set_package_properties(KF6KirigamiAddons PROPERTIES

which needs to be upstreamed to make cmake happy


Metadata Update from @ngompa:
- Issue set to the milestone: KDE Plasma 6.0
- Issue tagged with: easyfix, need-work

This has been done for plasma desktop. I've done it for plasma workspace in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4252

Metadata Update from @timaeos:
- Issue set to the milestone: KDE Plasma 6.2 (was: KDE Plasma 6.0)

Likely fixed now.

Metadata Update from @siosm:
- Issue close_status updated to: Fixed
- Issue set to the milestone: None (was: KDE Plasma 6.2)
- Issue status updated to: Closed (was: Open)

Metadata