mirror of
https://git.planet-casio.com/Lephenixnoir/libprof.git
synced 2025-05-09 11:29:20 +02:00
cmake: lower minimum required version to 3.15
This commit is contained in:
parent
c0d5b053d9
commit
ac348bce34
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue