TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

Added a download status #171

Closed schtobia closed 12 months ago

schtobia commented 1 year ago

This MR would a download status for and a more comprehensive compare against a given checksum for CPM.

Additionally, the versions of the pulled libraries is bumped.

TheLartians commented 1 year ago

@schtobia the code style status check is failing. Could you run the code formatter and update the PR?

schtobia commented 1 year ago

It actually would be awesome to update the "official" get_cpm.cmake script (with values filled in in the publish GitHub workflow) to include the checksum as well!

You're absolutely right. I will work on this, but have no ETA.