From: Sibi Siddharthan Date: Fri, 12 Jun 2020 18:29:19 +0000 (+0000) Subject: Introduce CMake support for configuring Git X-Git-Tag: v2.29.0-rc0~175^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=061c2240b1;p=thirdparty%2Fgit.git Introduce CMake support for configuring Git At the moment, the recommended way to configure Git's builds is to simply run `make`. If that does not work, the recommended strategy is to look at the top of the `Makefile` to see whether any "Makefile knob" has to be turned on/off, e.g. `make NO_OPENSSL=YesPlease`. Alternatively, Git also has an `autoconf` setup which allows configuring builds via `./configure [