File: cmake-4.patch

package info (click to toggle)
kcm-fcitx 0.5.6%2Bgit20221120-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: cpp: 6,369; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 384 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/1113068

--- kcm-fcitx-0.5.6+git20221120.orig/CMakeLists.txt
+++ kcm-fcitx-0.5.6+git20221120/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 project(kcm-fcitx)
 
 set(QT_MIN_VERSION "5.11.0")