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 14:54:42 +01:00
parent df93937789
commit 2fe2d6bc03
3 changed files with 8 additions and 23 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}"
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_EDITLINE