7 Star 2 Fork 35

src-openEuler/mariadb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mariadb-wsrep-lib-port-to-newer-cmake.patch 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2025-03-21 15:54 +08:00 . 11.8.1
diff --git a/wsrep-lib/CMakeLists.txt b/wsrep-lib/CMakeLists.txt
index ef2f4c8..c35c85b 100644
--- a/wsrep-lib/CMakeLists.txt
+++ b/wsrep-lib/CMakeLists.txt
@@ -2,7 +2,7 @@
# Copyright (C) 2021 Codership Oy <info@codership.com>
#
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 2.8...${CMAKE_VERSION})
# Parse version from version header file and store it into
# WSREP_LIB_VERSION.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/mariadb.git
git@gitee.com:src-openeuler/mariadb.git
src-openeuler
mariadb
mariadb
master

搜索帮助