File: 0001-Bump-minimum-CMake-required-version.patch

package info (click to toggle)
fcitx5-tmux 0.0~git20220221.35daf5d-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: cpp: 261; sh: 109; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 494 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: Wed, 24 Sep 2025 13:24:06 -0400
Subject: Bump minimum CMake required version

Forwarded: https://github.com/wengxt/fcitx5-tmux/issues/1
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad3cdfa..285e3f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.18...4.1)
 
 project(fcitx5-tmux)