File: cmake-4.patch

package info (click to toggle)
cairo-dock-plug-ins 3.5.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,976 kB
  • sloc: ansic: 90,452; python: 782; xml: 545; sh: 503; cs: 427; ruby: 283; makefile: 28
file content (14 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112744

--- cairo-dock-plug-ins-3.5.1.orig/CMakeLists.txt
+++ cairo-dock-plug-ins-3.5.1/CMakeLists.txt
@@ -1,6 +1,6 @@
 ########### requirements ###############
 
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.5)
 find_package (PkgConfig)
 include (CheckLibraryExists)
 include (CheckIncludeFiles)