From 495efe764b9d9566842fed8f92eb76f919ae5893 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Mon, 1 Feb 2021 22:28:44 +0100 Subject: [PATCH] cmake: only require version 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4befbc1..e68834a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)