Skip to content

Commit 75e6a0c

Browse files
author
Colin Robertson
authored
Update cmake-linux-project.md (#385)
- Fix broken anchor link - Reorder links to prebuilt binaries
1 parent d3095c1 commit 75e6a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 1 addition & 1 deletion
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/). 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).
25+
> The CMake support in Visual Studio requires the server mode support that was introduced in CMake 3.8. 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). If you prefer to use standard CMake and your package manager provides an older version than CMake 3.8, you can work around it by [building CMake from source](#build-a-supported-cmake-release-from-source), or you can download it from the official [CMake download page](https://cmake.org/download/).
2626
2727
## Open a folder
2828

0 commit comments

Comments
 (0)