cmake: only require version 3.16

This commit is contained in:
Lephenixnoir 2021-02-01 22:28:11 +01:00
parent a9f1dc3ec8
commit 08ee98cef1
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 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)