From 08ee98cef11cb877399a1788ad3384c42c645aa6 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Mon, 1 Feb 2021 22:28:11 +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 42de8a3..9372ac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Build system for the libprof library for gint -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.16) project(libprof VERSION 2.2.1 LANGUAGES C) find_package(Gint 2.2.1 REQUIRED)