cmake: lower minimum required version to 3.15

This commit is contained in:
Lephenixnoir 2021-05-10 15:28:26 +02:00
parent e1ff64c2cd
commit cc5c7753b8
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Build system for the libimg library for gint
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.15)
project(libimg VERSION 2.4.0 LANGUAGES C)
find_package(Gint 2.2.1 REQUIRED)
find_package(Gint 2.4.0 REQUIRED)
configure_file(libimg.h libimg.h)