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.