diff --git a/CMakePresets.json b/CMakePresets.json index 094e1d75ca..43c45c1890 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -276,7 +276,13 @@ "inherits": [ "conda-debug", "conda-windows" - ] + ], + "cacheVariables": { + "CMAKE_BUILD_TYPE": { + "type": "STRING", + "value": "RelWithDebInfo" + } + } }, { "name": "conda-windows-release",