Control: tags -1 patch Dear Maintainer,
Please find in attachment a patch that you can drop in the debian/patches/ directory to fix the build with CMake 4 Best regards, Sébastien
Description: Fix FTBFS with CMake 4 Bug-Debian: https://bugs.debian.org/1112736 Origin: Debian --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.6...3.31) project(dashel)

