Skip to content

Commit c8d0899

Browse files
authored
Update cmake-presets-vs.md
1 parent 2a791e8 commit c8d0899

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
@@ -49,7 +49,7 @@ In the table, "**Tools** > **Options** enabled" means **Use CMakePresets.json to
4949

5050
## Modify automatic configuration and cache notifications
5151

52-
By default, Visual Studio automatically invokes configuration each time the active Target System or Configure Preset changes. You can modify this behavior by selecting **Never run configure step automatically** in **Tools** > **Options** > **CMake** > **General**. You can also disable all CMake cache notifications (gold bars) by clearing **Show CMake cache notifications**.
52+
By default, Visual Studio automatically invokes `configure` each time the active Target System or Configure Preset changes. You can modify this behavior by selecting **Never run configure step automatically** in **Tools** > **Options** > **CMake** > **General**. You can also disable all CMake cache notifications (gold bars) by clearing **Show CMake cache notifications**.
5353

5454
## Default Configure Presets
5555

@@ -330,7 +330,7 @@ If you want to use the same Configure Preset with both Windows and the WSL1 tool
330330
```
331331

332332
> [!NOTE]
333-
> In Visual Studio 2019, only the WSL1 toolset is supported. You'll see this behavior any time you invoke configuration on both Windows and WSL.
333+
> In Visual Studio 2019, only the WSL1 toolset is supported. You'll see this behavior any time you invoke `configure` on both Windows and WSL.
334334
335335
## Enable vcpkg integration
336336

0 commit comments

Comments
 (0)