aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-18 21:22:37 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-18 21:22:37 -0400
commit90166048046d2511f0bb74f8880180e82466d4c0 (patch)
tree27a62c2a75a3d64e741d95af128fbefed444868d /CMakePresets.json
parent461dd71069d0c0250752ac1256160605c33a6243 (diff)
push pending changes
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json21
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"
- }
}
]
}