From 85375438711eaab64db0ad11cfa04f29f93fe0af Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 1 Oct 2024 11:11:53 +0800 Subject: [PATCH] update --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 974059e..73e1f85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) add_compile_options(-Wall) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") - Message("Is in [Release] mode") + message("Is in [Release] mode") else() - Message("Is in [NotRelease] mode") + message("Is in [NotRelease] mode") endif()