Lower cmake version requirement (Ubuntu Focal)

This commit is contained in:
William Robinet 2023-08-10 09:43:20 +02:00
parent a4bfc7fb36
commit ced211ef0a
No known key found for this signature in database
GPG key ID: 003FA3DF74C7A949
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18.4) cmake_minimum_required(VERSION 3.16.3)
include(CheckSymbolExists) include(CheckSymbolExists)
set(CMAKE_VERBOSE_MAKEFILE ON) set(CMAKE_VERBOSE_MAKEFILE ON)

View file

@ -118,7 +118,7 @@ int usage()
int print_version() int print_version()
{ {
printf("@ssldump_VERSION@\n"); printf("Version: @ssldump_VERSION@\n");
printf("Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS\n"); printf("Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS\n");
printf("Copyright (C) 2015-2023 the aforementioned volunteers\n"); printf("Copyright (C) 2015-2023 the aforementioned volunteers\n");
printf("Copyright (C) 1998-2001 RTFM, Inc.\n"); printf("Copyright (C) 1998-2001 RTFM, Inc.\n");