Fix Warning about KF5::ProcessCore target being deprecated
ClosedPublic

Authored by meven on May 11 2020, 11:19 AM.

Diff Detail

Repository
R119 Plasma Desktop
Branch
arcpatch-D29626
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26699
Build 26717: arc lint + arc unit
meven created this revision.May 11 2020, 11:19 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 11 2020, 11:19 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
meven requested review of this revision.May 11 2020, 11:19 AM
ahiemstra requested changes to this revision.May 11 2020, 12:16 PM
ahiemstra added a subscriber: ahiemstra.

You need to change find_package(KF5 REQUIRED COMPONENTS SysGuard) to find_package(KSysGuard CONFIG REQUIRED) in the root CMakeLists file.

This revision now requires changes to proceed.May 11 2020, 12:16 PM
meven updated this revision to Diff 82518.May 11 2020, 12:38 PM

Update root CMakeLists.txt

meven retitled this revision from Fix Fix Warning about KF5::ProcessCore target being deprecated to Fix Warning about KF5::ProcessCore target being deprecated.
ahiemstra accepted this revision.May 11 2020, 12:58 PM
This revision is now accepted and ready to land.May 11 2020, 12:58 PM
This revision was automatically updated to reflect the committed changes.