TheLartians/ModernCppStarter

version.h is missing in include/greeter

Marco-Israel opened this issue · 1 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.