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 15:05:26 +01:00
parent 504f1ce2f5
commit 7743e21bca
3 changed files with 17 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
#define CONFIG_H
#define PROJECT_NAME "${PROJECT_NAME}"
#define PROJECT_VERSION "${project_VERSION}"
#define PROJECT_VERSION "${PROJECT_VERSION}"
#define PROJECT_URL "${project_URL}"
#define GETTEXT_PACKAGE PROJECT_NAME