mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-16 22:27:41 -05:00
* get_cpm: Recover from failed download If the download fails during the cmake config step an empty `CPM_<version>.cmake` file is created. So far the script only checks the files existence, so there is no second try until the empty file is deleted manually. This adds a check if the file is empty and resumes the download on next config if it is. * More descriptive function name