From c0b71461382974911df2fc292ef660254f61eafe Mon Sep 17 00:00:00 2001 From: KikooDX Date: Wed, 26 May 2021 13:26:13 +0200 Subject: [PATCH] bump gint version to 2.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4386c5..d8c755c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(ProjectName C) include(GenerateG1A) include(GenerateG3A) include(Fxconv) -find_package(Gint 2.3 REQUIRED) +find_package(Gint 2.5 REQUIRED) # include directories, put your .h files in those folders include_directories(include)