Skip to content

Commit 262ad36

Browse files
committed
added test configuration flag for msvc tests presets
1 parent 107631e commit 262ad36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakePresets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@
8484
},
8585
{
8686
"name": "msvc_debug",
87-
"configurePreset": "msvc_debug"
87+
"configurePreset": "msvc_debug",
88+
"configuration": "Debug"
8889
},
8990
{
9091
"name": "msvc_release",
91-
"configurePreset": "msvc_release"
92+
"configurePreset": "msvc_release",
93+
"configuration": "Release"
9294
}
9395
],
9496
"packagePresets": [

0 commit comments

Comments
 (0)