From 02d3bc9fcb3abd2e3f19f108e6256b1e396a972e Mon Sep 17 00:00:00 2001 From: Patrick16262 <1626295293@qq.com> Date: Mon, 10 Jun 2024 22:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cmake=E7=89=88=E6=9C=AC?= 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 cf04179..5a9d987 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # ================== # === basic info === # ================== -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.10) set(CMAKE_CXX_STANDARD 20) project(minidb)