gentoo-ebuilds/app-i18n/fcitx-sayura/files/fcitx-sayura-fix-cmake-4.patch
Yongxiang Liang 23146bf329
app-i18n/fcitx-sayura: fix cmake-4
Closes: https://bugs.gentoo.org/955467
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2025-05-12 18:54:24 +08:00

12 lines
296 B
Diff

Backport of https://github.com/fcitx/fcitx5-sayura/pull/4
fix build with cmake 4.0.0
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.10)
project(fcitx5-sayura VERSION 5.1.3)
set(REQUIRED_FCITX_VERSION 5.1.12)