From b0d3d29122c6cc341f42dc3bc03f247715dfc96f Mon Sep 17 00:00:00 2001 From: Anoop M S Date: Fri, 19 Jul 2024 22:46:29 +0530 Subject: [PATCH] Update min required Fcitx5 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7b933c..524e803 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include(FeatureSummary) include(GNUInstallDirs) include(ECMUninstallTarget) -find_package(Fcitx5Core 5.0.2 REQUIRED) +find_package(Fcitx5Core 5.0.14 REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(varnam "govarnam" IMPORTED_TARGET REQUIRED)