From 168fdbec91a6dcfaed1ba77418602a99322381dc Mon Sep 17 00:00:00 2001
From: taynpg <taynpg@163.com>
Date: Wed, 11 Sep 2024 17:08:14 +0800
Subject: [PATCH] =?UTF-8?q?change=EF=BC=9A=E6=94=B9=E4=B8=80=E4=B8=AA?=
 =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=86=85=E5=AE=B9=E7=BB=99=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 template/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt
index 57e1acd..538cf88 100644
--- a/template/CMakeLists.txt
+++ b/template/CMakeLists.txt
@@ -5,10 +5,10 @@ set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 if (MSVC)
-add_compile_options(/source-charset:utf-8)
+    add_compile_options(/source-charset:utf-8)
 endif()
 
 message(STATUS "System: ${CMAKE_SYSTEM_NAME}")
 message(STATUS "Compiler CXX ID: ${CMAKE_CXX_COMPILER_ID}")
 
-add_executable(demo main.cpp)
+add_executable(demo main.cpp)
\ No newline at end of file