Skip to content

libgit2: fix build for SSH and thread support

Christian Hergert requested to merge wip/chergert/fix-libgit2 into master

The -DTHREADSAFE:BOOL=1 parameter is obsolete with more recent releases of libgit2. Additionally, the projects using this need SSH so we might as well be specific about compiling with it.

Merge request reports