Skip to content
Snippets Groups Projects
Commit b50677ae authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contib: build libgit2 without CLI

avoids build issue in some cases

Change-Id: I857b1ccd1419823ee9c415d4ffeedb084258f51c
parent 4b683a45
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ libgit2: libgit2-v$(LIBGIT2_VERSION).tar.gz .sum-libgit2
LIBGIT2_CONF = -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_TESTS=OFF \
-DBUILD_CLI=OFF \
-DUSE_HTTPS=OFF \
-DCURL=OFF \
-DUSE_HTTP_PARSER=system \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment