From 90166048046d2511f0bb74f8880180e82466d4c0 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 18 Jun 2024 21:22:37 -0400 Subject: push pending changes --- CMakePresets.json | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'CMakePresets.json') diff --git a/CMakePresets.json b/CMakePresets.json index 1c8038d..63ccfec 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -51,27 +51,6 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } - }, - { - "name": "x86-debug", - "displayName": "x86 Debug", - "inherits": "windows-base", - "architecture": { - "value": "x86", - "strategy": "external" - }, - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug", - "NC_BUILD_TESTS": true - } - }, - { - "name": "x86-release", - "displayName": "x86 Release", - "inherits": "x86-debug", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release" - } } ] } -- cgit