File: cmake-4.patch

package info (click to toggle)
libre-graph-api-cpp-qt-client 1.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: cpp: 244; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1113194

--- libre-graph-api-cpp-qt-client-1.0.4.orig/client/CMakeLists.txt
+++ libre-graph-api-cpp-qt-client-1.0.4/client/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.5)
 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]" APP_VERSION "v1.0.4")
 string(REGEX REPLACE " " "" TARGET_NAME "Libre Graph API")