You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/cmake-presets-vs.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ Build with `clang`:
223
223
}
224
224
```
225
225
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:
226
+
If you use either `Visual Studio 16 2019` or `Visual Studio 17 2022` as your generator, you can use the `toolset`Configure Preset to specify the `ClangCL` toolset:
227
227
228
228
```json
229
229
"cacheVariables": {
@@ -239,7 +239,7 @@ Build with `clang`:
239
239
}
240
240
```
241
241
242
-
See the documentation on [CMAKE_GENERATOR_TOOLSET](https://cmake.org/cmake/help/latest/variable/CMAKE_GENERATOR_TOOLSET.html)for more information on generators that support the `toolset` specification.
242
+
For more information on generators that support the `toolset` specification, see [`CMAKE_GENERATOR_TOOLSET`](https://cmake.org/cmake/help/latest/variable/CMAKE_GENERATOR_TOOLSET.html)in the CMake documentation.
243
243
244
244
> [!IMPORTANT]
245
245
> In Visual Studio 2019, you must explicitly specify a Clang IntelliSense mode when you're building with `clang` or `clang-cl`.
0 commit comments