Bump minimum CMake version to 3.0

A nice, round number.
This commit is contained in:
2020-10-26 23:14:24 +01:00
parent ab5ca0cf8b
commit 7edd9720cd
3 changed files with 9 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
#define PROJECT_NAME "@CMAKE_PROJECT_NAME@"
#define PROJECT_VERSION "@project_VERSION@"
#define PROJECT_NAME "@PROJECT_NAME@"
#define PROJECT_VERSION "@PROJECT_VERSION@"
#define SHARE_DIR "@project_SHARE_DIR@"