Build CMake without curl

I would like to create a reduced CMake build without curl/libcurl, and with no other internet access. This is to build CMake itself, not some other project.

From bootstrap/help, I see only system and non-system curl options, etc. Is without-curl possible? Is without-nghttp2 possible? I recognize that this will reduce FindPackage capability, which is exactly what I want.

Currently there is no option to build without linking to libcurl.

I’m not opposed to adding such an option. Please open an issue to propose one. We can discuss the details there. Depending on how drastic functionality reduction turns out to be then I’ll decide whether to proceed.