mirror of https://gitee.com/cxasm/notepad--.git
cmake-patch: 添加一个 cmake 版本降级到 3.16 的补丁
This commit is contained in:
parent
61c27a73ac
commit
df73e80a37
|
@ -0,0 +1,27 @@
|
|||
From 3dd815a0893c7200605ba0f3e0806e460d0b2be7 Mon Sep 17 00:00:00 2001
|
||||
From: zinface <zinface@163.com>
|
||||
Date: Sun, 5 Feb 2023 13:59:44 +0800
|
||||
Subject: [PATCH] =?UTF-8?q?cmake-version:=20=E5=B0=86=E7=89=88=E6=9C=AC?=
|
||||
=?UTF-8?q?=E9=99=8D=E5=88=B0=203.16=20=E4=BB=A5=E9=80=82=E7=94=A8?=
|
||||
=?UTF-8?q?=E4=BA=8E=20cmake=20=E6=9E=84=E5=BB=BA?=
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index d990b1d..e86ba02 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 3.22)
|
||||
+cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(notepad-- VERSION 1.22.0)
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
Loading…
Reference in New Issue