diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-09 16:59:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-09 17:05:30 -0700 |
commit | 67a717dc057a5936ae1f5820fc6c470524213b97 (patch) | |
tree | 520b95222e248e926e0622dae315bf1e74156570 /INSTALL | |
parent | 3828ec6097da00e18c6ef12c85129a77bea83896 (diff) | |
download | subsurface-67a717dc057a5936ae1f5820fc6c470524213b97.tar.gz |
cleanup: remove support for ancient versions of libgit2
We require a minimum of libgit2 0.26.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ Other third party library dependencies -------------------------------------- In order for our cloud storage to be fully functional you need -libgit2 0.23 or newer. +libgit2 0.26 or newer. cmake build system |