From 0ea12e586de85c678959bb351539366bcc1ddf6b Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Mon, 14 Jul 2025 15:58:43 +0200 Subject: [PATCH] Update freeimage fork --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9916fbe..d4c0c5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ else() FetchContent_Declare( FreeImage GIT_REPOSITORY https://github.com/biovault/FreeImage - GIT_TAG v3.19.0 # version 3.19.0.1, freeimage + cmake files + some updated modules + GIT_TAG v3.19.0.2 # freeimage + cmake files + some updated modules + some build fixes ) FetchContent_MakeAvailable(FreeImage)