Skip to content

Commit e2c82ef

Browse files
Update cmake-presets-vs.md (#4636)
* Update cmake-presets-vs.md Updating based on inaccurate preset version mappings * Update cmake-presets-vs.md Added punctuation. --------- Co-authored-by: Tyler Whitney <[email protected]>
1 parent e7e0828 commit e2c82ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build/cmake-presets-vs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*.
2323

2424
The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio:
2525
- Visual Studio 2019 version 16.10 and later support schema versions 2 and 3.
26-
- Visual Studio 2022 version 17.4 preview 2 adds support for schema versions 4 and 5.
26+
- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4.
27+
- Visual Studio 2022 version 17.5 preview 1 adds support for schema version 5.
2728

2829
You can update the version by changing the `"version"` field in the root object. For an example and more information, see [`CMakePresets.json` format](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#format).
2930

0 commit comments

Comments
 (0)