mirror of
https://git.planet-casio.com/Lephenixnoir/libprof.git
synced 2024-12-28 04:23:41 +01:00
cmake: only require version 3.16
This commit is contained in:
parent
a9f1dc3ec8
commit
08ee98cef1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Build system for the libprof library for gint
|
# 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)
|
project(libprof VERSION 2.2.1 LANGUAGES C)
|
||||||
find_package(Gint 2.2.1 REQUIRED)
|
find_package(Gint 2.2.1 REQUIRED)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue