mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Closes: https://bugs.gentoo.org/955467 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
12 lines
296 B
Diff
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)
|