diff options
author | vnugent <public@vaughnnugent.com> | 2024-06-19 12:56:43 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-06-19 12:56:43 -0400 |
commit | 0e0d7701979cd09e67cbd0137016ba6a5bb3b803 (patch) | |
tree | 47704c39980e5367b99dd5fa48cfdc62923914dd /CMakePresets.json | |
parent | dd50b014f7ea0dc80505f03292777f8531cf25c5 (diff) | |
parent | 90166048046d2511f0bb74f8880180e82466d4c0 (diff) |
Merge branch 'develop' into c-sharp
Diffstat (limited to 'CMakePresets.json')
-rw-r--r-- | CMakePresets.json | 21 |
1 files changed, 0 insertions, 21 deletions
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" - } } ] } |