File: cmake-4.patch

package info (click to toggle)
dreamchess 0.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,104 kB
  • sloc: ansic: 14,229; yacc: 290; lex: 203; xml: 38; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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)