cmake: only require version 3.16

This commit is contained in:
Lephenixnoir 2021-02-01 22:28:44 +01:00
parent efd7827705
commit 495efe764b
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Build system for the libimg library for gint
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.16)
project(libimg VERSION 2.2.1 LANGUAGES C)
find_package(Gint 2.2.1 REQUIRED)