File: 0005-cmake_fix_ftbfs.patch

package info (click to toggle)
gnome-pie 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: xml: 533; sh: 109; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix FTBFS with CMake 4
Author: Jörg Frings-Fürst <debian@jff.email>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112967
Forwarded: not-needed, project archived.
Last-Update: 2025-09-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
+++ trunk/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 project("gnomepie" C)
 
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.2...3.31)
 
 # Location where cmake first looks for modules.
 list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala)