File: cmake-4.patch

package info (click to toggle)
fcitx-hangul 0.3.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: ansic: 897; sh: 27; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 319 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/1112894

--- fcitx-hangul-0.3.1.orig/CMakeLists.txt
+++ fcitx-hangul-0.3.1/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.5)
 
 project(fcitx-hangul)