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.

Home Page:https://thelartians.github.io/ModernCppStarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version.h is missing in include/greeter

Marco-Israel opened this issue · comments

So build fails.

Solution:
Andd a file called include/version/version.h
with content
#define GREETER_VERSION "1.0"

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.