File: cmake-4.patch

package info (click to toggle)
eiskaltdcpp-web 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 860 kB
  • sloc: javascript: 11,766; sh: 106; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 402 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/1112869

--- eiskaltdcpp-web-1.0.1.orig/CMakeLists.txt
+++ eiskaltdcpp-web-1.0.1/CMakeLists.txt
@@ -1,5 +1,5 @@
 project (eiskaltdcpp-web)
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 3.5)
 
 if (UNIX AND NOT APPLE AND NOT HAIKU)
     # Launcher, desktop file, etc.