Skip to content

Commit 3019245

Browse files
lukkaColin Robertson
authored andcommitted
add link to CMake's prebuilt binaries for Linux (MicrosoftDocs#304)
* add link to CMake's prebuilt binaries for Linux * Update cmake-linux-project.md Move prebuilt CMake references to a more relevant and useful location.
1 parent 04d3279 commit 3019245

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
@@ -21,7 +21,7 @@ When you install the Linux C++ workload, CMake support for Linux is selected by
2121
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/).
2222

2323
> [!NOTE]
24-
> 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/).
24+
> 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).
2525
2626
## Open a folder
2727

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

138-
## See also
138+
## See Also
139139

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

0 commit comments

Comments
 (0)