Skip to content

Commit 2349f3e

Browse files
author
Colin Robertson
authored
Style pass for the grammar checker bot
1 parent 7314371 commit 2349f3e

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,7 +223,7 @@ Build with `clang`:
223223
}
224224
```
225225

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:
227227

228228
```json
229229
"cacheVariables": {
@@ -239,7 +239,7 @@ Build with `clang`:
239239
}
240240
```
241241

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.
243243

244244
> [!IMPORTANT]
245245
> In Visual Studio 2019, you must explicitly specify a Clang IntelliSense mode when you're building with `clang` or `clang-cl`.

0 commit comments

Comments
 (0)