diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bd080b..b0ad0f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required (VERSION 3.28) -set(CMAKE_BUILD_TYPE Debug) include(FetchContent) diff --git a/CMakePresets.json b/CMakePresets.json index 1bfc39c..a70ec75 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -35,14 +35,9 @@ { "name": "x64-release", "displayName": "x64 Release", - "inherits": "windows-base", - "architecture": { - "value": "x64", - "strategy": "external" - }, - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release" - } + "description": "Target Windows (64-bit) with the Visual Studio development environment. (RelWithDebInfo)", + "inherits": "x64-debug", + "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } }, { "name": "x64-linux",