Skip to content

Commit 321a3d7

Browse files
authored
Merge pull request #1117 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 8df87b4 + 3019245 commit 321a3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you install the Linux C++ workload for Visual Studio, CMake support for Lin
2222
This topic assumes you have basic familiarity with CMake support in Visual Studio. For more information, see [CMake Tools for Visual C++](../ide/cmake-tools-for-visual-cpp.md). For more information about CMake itself, see [Build, Test and Package Your Software With CMake](https://cmake.org/).
2323

2424
> [!NOTE]
25-
> The CMake support in Visual Studio requires the server mode support that was introduced in CMake 3.8. If your package manager provides an older version of CMake, you can work around it by [building CMake from source](#build-a-supported-cmake release-from-source) or downloading it from the official [CMake download page](https://cmake.org/download/).
25+
> The CMake support in Visual Studio requires the server mode support that was introduced in CMake 3.8. If your package manager provides an older version of CMake, you can work around it by [building CMake from source](#build-a-supported-cmake release-from-source) or downloading it from the official [CMake download page](https://cmake.org/download/). For a Microsoft-provided CMake variant that supports the [CMake Targets View](https://blogs.msdn.microsoft.com/vcblog/2018/04/09/cmake-support-in-visual-studio-targets-view-single-file-compilation-and-cache-generation-settings/) pane in Visual Studio, download the latest prebuilt binaries at [https://github.com/Microsoft/CMake/releases](https://github.com/Microsoft/CMake/releases).
2626
2727
## Open a folder
2828

@@ -136,7 +136,7 @@ Next, run this command to verify the version is >= 3.8 and that server mode is e
136136
cmake -E capabilities
137137
```
138138

139-
## See also
139+
## See Also
140140

141141
[Working with Project Properties](../ide/working-with-project-properties.md)
142142
[CMake Tools for Visual C++](../ide/cmake-tools-for-visual-cpp.md)

0 commit comments

Comments
 (0)