mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 13:41:05 +00:00
& update cmake minimum required to 3.20 Closes: https://bugs.gentoo.org/959311 Closes: https://bugs.gentoo.org/959347 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42860 Closes: https://github.com/gentoo/gentoo/pull/42860 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
377 B
Diff
13 lines
377 B
Diff
https://github.com/haiwen/seafile-client/issues/1615
|
|
|
|
upstream won't change the minimum version soon
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 3bb58761..58af8e15 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
|
|
+CMAKE_MINIMUM_REQUIRED(VERSION 3.20)
|
|
|
|
PROJECT(seafile-client)
|
|
SET(SEAFILE_CLIENT_VERSION_MAJOR 9)
|