Description: bump cmake_minimum_required to 3.10.
 This resolves errors and warnings preventing construction with cmake 4.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113119
Forwarded: no
Last-Update: 2025-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libbpp-qt.orig/CMakeLists.txt
+++ libbpp-qt/CMakeLists.txt
@@ -4,7 +4,7 @@
 #   Francois Gindraud (2017)
 # Created: 22/08/2009
 
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 3.10)
 project (bpp-qt CXX)
 
 # Compile options
