From a6bc997a7de215c8bfc0e902d5795f10263e720b Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Sun, 31 Jul 2022 19:27:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20CMakeLists=20?= =?UTF-8?q?=E7=9A=84=20C++=20=E6=A0=87=E5=87=86?= 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 9e37451fd6..79fb1fb8fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(MaaAssistantArknights) option(BUILD_JNI "build jni" OFF) option(BUILD_TEST "build a demo" OFF) -set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD 20) if (WIN32) add_compile_options("$<$:/utf-8>")