Gittyup
Gittyup copied to clipboard
Cmake install installs unrelated binaries
The libgit2 vendoring for 2.0.0 is even more messed up than it has been in the past. As of now using cmake --install after a normal build process results in /usr/bin/git2 being installed, a binary that belongs to libgit2 and should never be installed by an app that just happen to use a vendored library.
Thanks for pointing this issue.
option(BUILD_CLI "Build the command-line interface" ON)
is default ON for libgit2. It must be disabled