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)
 
