Use INTERFACE IMPORTED target type instead of ALIAS for compatibility targets
ClosedPublic

Authored by ahiemstra on May 8 2020, 1:10 PM.

Details

Summary

Apparently IMPORTED_GLOBAL is a 3.11 feature and Neon uses 3.10

Test Plan

Use CMake 3.10, plasma-workspace compiles again.

Diff Detail

Repository
R111 KSysguard Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahiemstra created this revision.May 8 2020, 1:10 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 8 2020, 1:10 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ahiemstra requested review of this revision.May 8 2020, 1:10 PM
ngraham accepted this revision.May 8 2020, 4:27 PM
This revision is now accepted and ready to land.May 8 2020, 4:27 PM
kmaterka accepted this revision.May 8 2020, 5:00 PM
kmaterka added a subscriber: kmaterka.

plasma-workspace compiles using cmake 3.10 without issues now.

This revision was automatically updated to reflect the committed changes.