filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.69k stars 214 forks source link

Fix spelling and description of Ccache #8

Closed jrosdahl closed 4 years ago

jrosdahl commented 4 years ago

The preferred spelling of Ccache is “Ccache” or “ccache”, not “CCache”. This PR changes it to the former variant. Also, since Ccache only speeds up rebuilds the PR tweaks the description of Ccache to say so.

Closes #7.

filipdutescu commented 4 years ago

Thank you very much for your contribution!