Skip to content

Commit 7314371

Browse files
committed
Update cmake-presets-vs.md
1 parent 28c4351 commit 7314371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/cmake-presets-vs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Build with `clang`:
223223
}
224224
```
225225

226-
*OR* if you are using a generator that supports specifying a native build system toolset, such as Visual Studio Generators for VS 2010 and above, then you can use the `toolset` configure preset to specify the `ClangCL` toolset like so:
227-
226+
*OR* if you are using either `Visual Studio 16 2019` or `Visual Studio 17 2022` as your generator, then you can use the `toolset` configure preset to specify the `ClangCL` toolset:
227+
228228
```json
229229
"cacheVariables": {
230230
"CMAKE_BUILD_TYPE": "Debug",

0 commit comments

Comments
 (0)