File: cmake-4.patch

package info (click to toggle)
fcitx-fullwidthchar-enhance 0.0~git20150311-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ansic: 898; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 497 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/1112892

--- fcitx-fullwidthchar-enhance-0.0~git20150311.orig/CMakeLists.txt
+++ fcitx-fullwidthchar-enhance-0.0~git20150311/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(fcitx-fullwidthchar-enhance)
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.5)
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
 find_package(Fcitx 4.2.8 REQUIRED)