While no-one is working on porting plasma_install_package away from
kpackage_install_package, and given this results in long logs of
deprecation warnings for Plasma repo, for now enable
plasma_install_package to disable the deprecation warning with a
undocumented flag.
Details
Details
Diff Detail
Diff Detail
- Repository
- R290 KPackage
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
KF5PackageMacros.cmake | ||
---|---|---|
27 | How about if(KF5Plasma_FIND_VERSION VERSION_LESS 5.43.0)? This way it's only shown on projects that are actually depending on the new version. And if they are well then that's fine to have the warning. |
KF5PackageMacros.cmake | ||
---|---|---|
27 | This won't have any effect, given this will be always true for people which use this version as it is coming with all the other KF5 modules, no? The problem is this: |