File: cmake-4.patch

package info (click to toggle)
libgooglepinyin 0.1.2-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,640 kB
  • sloc: cpp: 8,256; ansic: 200; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 375 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/1113155

--- libgooglepinyin-0.1.2.orig/CMakeLists.txt
+++ libgooglepinyin-0.1.2/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(googlepinyin)
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.5)
 
 option(ENABLE_STATIC "Build static library" False)