Fix Warning about KF5::KSysGuard target being deprecated
AbandonedPublic

Authored by meven on May 11 2020, 10:57 AM.

Details

Reviewers
davidedmundson
Group Reviewers
Plasma
Summary

Warnings such as:

CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/KF5SysGuard/KF5SysGuardConfig.cmake:37 (me
ssage):
  The KF5:: namespace for KSysGuard targets is deprecated.  Please use
   KSysGuard as namespace.
 Call Stack (most recent call first):
   /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package)
   CMakeLists.txt:55 (find_package)

Similar to D29623

Diff Detail

Repository
R119 Plasma Desktop
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26690
Build 26708: arc lint + arc unit
meven created this revision.May 11 2020, 10:57 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 11 2020, 10:57 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
meven requested review of this revision.May 11 2020, 10:57 AM
meven edited the summary of this revision. (Show Details)May 11 2020, 10:59 AM
davidedmundson accepted this revision.May 11 2020, 6:10 PM
This revision is now accepted and ready to land.May 11 2020, 6:10 PM
meven abandoned this revision.May 12 2020, 3:13 PM

Superseeded by D29626