diff --git a/CMakePresets.json b/CMakePresets.json index 782b622..d67436b 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -18,41 +18,17 @@ } }, { - "name": "x64-debug", - "displayName": "x64 Debug", + "name": "windows-debug", + "displayName": "Debug", "inherits": "windows-base", - "architecture": { - "value": "x64", - "strategy": "external" - }, "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } }, { - "name": "x64-release", - "displayName": "x64 Release", - "inherits": "x64-debug", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release" - } - }, - { - "name": "x86-debug", - "displayName": "x86 Debug", + "name": "windows-release", + "displayName": "Release", "inherits": "windows-base", - "architecture": { - "value": "x86", - "strategy": "external" - }, - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug" - } - }, - { - "name": "x86-release", - "displayName": "x86 Release", - "inherits": "x86-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }