Remove find modules provided by ECM
ClosedPublic

Authored by vkrause on Mar 4 2019, 8:42 PM.

Details

Summary

This matters specifically here as kdelibs4support installs them and
adds them to the module search path, which can interfere with the
newer ones provided by ECM (see e.g. D18943).

Diff Detail

Repository
R239 KDELibs4Support
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Mar 4 2019, 8:42 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 4 2019, 8:42 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Mar 4 2019, 8:42 PM
apol accepted this revision.Mar 5 2019, 1:35 AM
apol added a subscriber: apol.

I doubt a bit here because they work slightly different, but being part of kdelibs4support it's probably a matter of just using the right ones.

This revision is now accepted and ready to land.Mar 5 2019, 1:35 AM
krop added a subscriber: krop.Mar 5 2019, 8:44 AM

FindSasl2.cmake & FindPulseAudio.cmake also exist in both repo.

vkrause updated this revision to Diff 53218.Mar 5 2019, 4:59 PM

Also remove FindPulseAudio. The Sasl2 one misses compatibility variables in ECM it seems.

This revision was automatically updated to reflect the committed changes.