Switch to list(append CMAKE_MODULE_PATH) from set
Needs ReviewPublic

Authored by stefanlucke on Oct 12 2019, 1:48 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

As of now the CMakeLists.txt sets the CMAKE_MODULE_PATH and overrides it, when libqgit2 is included in a other project as subdirectory/submodule.

With this patch the CMakeLists-file just appends to the variable instead of overriding it which makes it compatible to use as a submodule

Diff Detail

Repository
R674 Qt Bindings for libgit2
Lint
Lint Skipped
Unit
Unit Tests Skipped
stefanlucke requested review of this revision.Oct 12 2019, 1:48 PM
stefanlucke created this revision.