From 4595d7e3bf73350492d05a988bca31bdca837c1b Mon Sep 17 00:00:00 2001 From: JYJSXX Date: Mon, 2 Sep 2024 17:28:32 +0800 Subject: [PATCH] 1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7386a5a..0b99259 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(stl_debug VERSION 0.1.0 LANGUAGES C CXX) set(CMAKE_CXX_STANDARD 17) -set(default_build_type "Debug") +set(CMAKE_BUILD_TYPE "Debug") INCLUDE_DIRECTORIES( include -- GitLab