I want to use FetchContent to manage my dependencies at work.
However, there is a problem with vanilla FetchContent that CPM provides CPM_SOURCE_CACHE (https://github.com/TheLartians/CPM.cmake#cpm_source_cache)
Quite honestly this one env. variable drastically improves everything. It speeds up CI and developer workflows.
I was wondering if the cmake developers would consider adding this one feature. It’s such quality of life, and I can’t imagine it’s much work to add.