Bump minimum CMake version to 3.0

A nice, round number.  This allows us to remove some boilerplate.
This commit is contained in:
2020-10-26 18:41:05 +01:00
parent 68dd99bc63
commit 9e09ef39b7
2 changed files with 6 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
#define CONFIG_H
#define PROGRAM_NAME "${PROJECT_NAME}"
#define PROGRAM_VERSION "${project_VERSION}"
#define PROGRAM_VERSION "${PROJECT_VERSION}"
#endif // ! CONFIG_H