cmake: do not explicitly specify LINK_INTERFACE_LIBRARIES
ClosedPublic

Authored by gladhorn on Oct 29 2016, 11:52 AM.

Details

Summary

cmake finds out about dependencies. Don't second guess it, there's no
reason to do so. The LINK_INTERFACE_LIBRARIES property is deprecated.

If anyone can explain why this is there, then it should stay, but if nobody knows,
then I'd strongly suspect it's just there for no good reason.

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
gladhorn updated this revision to Diff 7747.Oct 29 2016, 11:52 AM
gladhorn retitled this revision from to cmake: do not explicitly specify LINK_INTERFACE_LIBRARIES.
gladhorn updated this object.
gladhorn edited the test plan for this revision. (Show Details)
gladhorn added a reviewer: Krita.
This revision was automatically updated to reflect the committed changes.

Ouch, I didn't mean to land this. Should I revert? At least now the windows build will be checked.