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

[BUG] The name 'Project' is hard coded in the tests #14

Closed bgloyer closed 4 years ago

bgloyer commented 4 years ago

The name 'Project' is hard coded in the test CMakeLists.txt.

filipdutescu commented 4 years ago

Thanks for catching that!