Don't include ECMPackageConfigHelpers
ClosedPublic

Authored by heikobecker on Sep 7 2017, 8:42 PM.

Details

Summary

Fixes a CMake warning:
"Your project already requires a version of CMake that includes the
find_dependency macro via the CMakeFindDependencyMacro module. You
should use CMakePackageConfigHelpers instead of
ECMPackageConfigHelpers"

None of the macros from ECMPackageConfigHelpers is actually used.

Test Plan

Builds, warning disappears

Diff Detail

Repository
R480 Kipi Plugins
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker created this revision.Sep 7 2017, 8:42 PM
sfrei accepted this revision.Sep 13 2017, 2:37 PM
sfrei added a subscriber: sfrei.

No idea what the correct workflow is, but if you have commit access, ship it.

This revision is now accepted and ready to land.Sep 13 2017, 2:37 PM
This revision was automatically updated to reflect the committed changes.