Control: tags -1 patch The attached patch fixes the issue.
Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
diff -Nru libfann-2.2.0+ds/debian/patches/cmake-4.patch libfann-2.2.0+ds/debian/patches/cmake-4.patch --- libfann-2.2.0+ds/debian/patches/cmake-4.patch 1970-01-01 01:00:00.000000000 +0100 +++ libfann-2.2.0+ds/debian/patches/cmake-4.patch 2025-10-25 10:14:55.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with CMake 4.x. +Author: Bas Couwenberg <[email protected]> + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,6 +1,6 @@ + PROJECT (FANN) + #SET(CMAKE_VERBOSE_MAKEFILE ON) +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.10) + + SET(CMAKE_MODULE_PATH + ${CMAKE_SOURCE_DIR}/cmake/Modules diff -Nru libfann-2.2.0+ds/debian/patches/series libfann-2.2.0+ds/debian/patches/series --- libfann-2.2.0+ds/debian/patches/series 2022-12-18 21:58:03.000000000 +0100 +++ libfann-2.2.0+ds/debian/patches/series 2025-10-25 10:13:58.000000000 +0200 @@ -2,3 +2,4 @@ cmake-Configurable-pkgconfig-install-destination.patch cmake-Build-static-libraries.patch Link-against-libm.patch +cmake-4.patch

