We are making some modifications to cmake for our project and would like to distribute our branch of cmake itself to the team so they can build using these changes.
Is there documentation on how to build a minimal distribution of cmake? It’s not an easy thing to search for - lots of hits for distributing binaries built with cmake, not cmake itself. The local build is a ~300MB collection of many files, but I’m not sure if they are all needed. The layout of files doesn’t seem to match the installed version.
We are looking to push these changes to the main repo (one has already been merged), but we need to be using our changes now and can’t wait for the release turnaround.
Any pointers are greatly appreciated.