Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112895

--- fcitx-kkc-0.1.4.orig/CMakeLists.txt
+++ fcitx-kkc-0.1.4/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.6)
+cmake_minimum_required(VERSION 3.5)
 
 # The Project Name
 project(fcitx-kkc)
