Skip to content

Commit

Permalink
CMake preset $schema broke VS Code..
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Jun 2, 2024
1 parent 425ee2f commit 7cab8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/Kitware/CMake/master/Help/manual/presets/schema.json",
// "$schema": "https://raw.githubusercontent.com/Kitware/CMake/master/Help/manual/presets/schema.json",
"version": 8,
"cmakeMinimumRequired": {
"major": 3,
Expand Down Expand Up @@ -113,7 +113,7 @@
},
{
"name": "CI",
"inherits": ["Ninja Multi-Config", "MSVC", "Glow Testing"]
"inherits": ["Ninja Multi-Config", "MSVC", "Glow Tests"]
}
],
"buildPresets": [
Expand Down

0 comments on commit 7cab8e1

Please sign in to comment.