From 81e5f059d53575593a06291a580eec6da0de55fc Mon Sep 17 00:00:00 2001 From: jadebenn Date: Wed, 3 Apr 2024 20:20:31 -0500 Subject: [PATCH] macos refuses to work :( --- CMakePresets.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 26028759..8316a3fb 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -135,7 +135,6 @@ "configurePreset": "ci-macos-13", "displayName": "MacOS CI Build", "description": "This preset is used by the CI build on MacOS", - "configuration": "Release", "jobs": 2 }, { @@ -143,7 +142,6 @@ "configurePreset": "debug-macos-13", "displayName": "MacOS Debug Build", "description": "This preset is used to debug the build on MacOS", - "configuration": "Debug", "jobs": 2 } ],