Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112855
Origin: backport, https://github.com/dreamchess/dreamchess/commit/9cd657fd501d23e7d00699e8c80c7b54c41f5d2b

--- dreamchess-0.3.0.orig/CMakeLists.txt
+++ dreamchess-0.3.0/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.5)
 project(DreamChess VERSION 0.3.0)
 
 set(DREAMCHESS_RELEASE TRUE)
