Skip to content

Commit 5d7232f

Browse files
committed
Refactor CMake presets to remove architecture specification for Windows and update descriptions for Darwin configurations
1 parent f9dee74 commit 5d7232f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CMakePresets.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"name": "windows",
77
"hidden": true,
88
"generator": "Visual Studio 17 2022",
9-
"architecture": { "value": "x64" },
109
"inherits": "cfg-base"
1110
},
1211
{
@@ -50,13 +49,13 @@
5049
{
5150
"name": "darwin-release",
5251
"displayName": "Darwin Release",
53-
"description": "Configuration for Release on MacOS host",
52+
"description": "Configuration for Release on Darwin host",
5453
"inherits": ["darwin", "cfg-release"]
5554
},
5655
{
5756
"name": "darwin-debug",
5857
"displayName": "Darwin Debug",
59-
"description": "Configuration for Debug on MacOS host",
58+
"description": "Configuration for Debug on Darwin host",
6059
"inherits": ["darwin", "cfg-debug"]
6160
}
6261
],
@@ -116,7 +115,7 @@
116115
},
117116
{
118117
"name": "darwin-debug",
119-
"description": "Run tests on MacOS host",
118+
"description": "Run tests on Darwin host",
120119
"configurePreset": "darwin-debug",
121120
"inherits": "test-debug"
122121
}

0 commit comments

Comments
 (0)