File: 0001-CMakeLists.txt-Raise-version-requirement.patch

package info (click to toggle)
fcitx-skk 0.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 672; cpp: 605; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Boyuan Yang <byang@debian.org>
Date: Mon, 29 Sep 2025 20:01:53 -0400
Subject: CMakeLists.txt: Raise version requirement

Bug-Debian: https://bugs.debian.org/1112902
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d72df89..f3c946b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.6)
+cmake_minimum_required(VERSION 3.25...4.1)
 project(fcitx-skk)
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})