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

version.h is missing in include/greeter #130

Closed Marco-Israel closed 3 years ago

Marco-Israel commented 3 years ago

So build fails.

Solution: Andd a file called include/version/version.h with content

define GREETER_VERSION "1.0"

TheLartians commented 3 years ago

This is an auto generated file based on the project name, please to not create it manually. Please refer to my other answer and the Usage section of the readme for instructions how to rename the project.