From 061c2240b1b9576a5b4dea5d56b676f9d07b9dad Mon Sep 17 00:00:00 2001 From: Sibi Siddharthan Date: Fri, 12 Jun 2020 18:29:19 +0000 Subject: [PATCH] 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 [