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] make install fail #2

Closed HungMingWu closed 4 years ago

HungMingWu commented 4 years ago

Describe the bug make install,failed

To Reproduce make install

Desktop (please complete the following information):

Additional context include/${PROJECT_NAME} doesn't exist, the correct include path is include/tmp So make install would failed

filipdutescu commented 4 years ago

@HungMingWu, I am sorry for the inconvenience. The template has now been updated and the bug should be fixed. Thank you for reporting it, all help received is very appreciated!

Would you be so kind as to confirm with the me issue is now fixed, please? Thank you in advance.

HungMingWu commented 4 years ago

@filipdutescu the install issue is fixed.