cmake: lower minimum required version to 3.15

This commit is contained in:
Lephenixnoir 2021-05-10 15:27:47 +02:00
parent c0d5b053d9
commit ac348bce34
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 libprof library for gint
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.15)
project(libprof VERSION 2.4.0 LANGUAGES C)
find_package(Gint 2.2.1 REQUIRED)
find_package(Gint 2.4.0 REQUIRED)
configure_file(libprof.h libprof.h)