File: cmake-4.patch

package info (click to toggle)
gm-assistant 1.2.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,116 kB
  • sloc: cpp: 7,281; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112964

--- gm-assistant-1.2.4.orig/CMakeLists.txt
+++ gm-assistant-1.2.4/CMakeLists.txt
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #************************************************************************
 
-cmake_minimum_required (VERSION 3.1)
+cmake_minimum_required (VERSION 3.5)
 
 # project information
 set (PROJECT_NAME GM-Assistant)