Skip to content

Commit 9be23d1

Browse files
authored
Merge pull request MicrosoftDocs#3219 from FrankAtHexagon/patch-1
Update cmake-linux-configure.md
2 parents 6b3d1c9 + 86ad9ff commit 9be23d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/cmake-linux-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The default Linux-Debug configuration in Visual Studio 2019 version 16.1, and la
8585
}
8686
```
8787

88-
In Visual Studio 2019 version 16.6 or later, Ninja is the default generator for configurations targeting a remote system or WSL. For more information, see this post on the [C++ Team Blog](https://devblogs.microsoft.com/cppblog/linux-development-with-visual-studio-first-class-support-for-gdbserver-improved-build-times-with-ninja-and-updates-to-the-connection-manager/).
88+
In Visual Studio 2019 version 16.6 or later, Ninja is the default generator for configurations targeting a remote system or WSL, as opposed to Unix Makefiles. For more information, see this post on the [C++ Team Blog](https://devblogs.microsoft.com/cppblog/linux-development-with-visual-studio-first-class-support-for-gdbserver-improved-build-times-with-ninja-and-updates-to-the-connection-manager/).
8989

9090
::: moniker-end
9191
::: moniker range=">=msvc-150"

0 commit comments

Comments
 (0)