File: 02-update-cmake.patch

package info (click to toggle)
discord-rpc 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,140 kB
  • sloc: cpp: 1,877; cs: 463; ansic: 263; python: 239; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Mathias Gibbens <gibmat@debian.org>
Description: Bump minimum version of cmake to fix FTBFS with cmake v4
Forwarded: not-needed
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eda4648..d855705 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.2.0)
+cmake_minimum_required (VERSION 3.5.0)
 project (DiscordRPC VERSION 3.4.0)
 
 include(GNUInstallDirs)