Skip to content

Typos in dev-loop.md: incorrect CMake and Visual Studio version numbers #13949

@mznms

Description

@mznms

Description

I found some typos in the developer documentation (doc/docs/dev-loop.md).

  1. CMake version: Currently states >= 2.25, but this is inconsistent with CMakeLists.txt, which specifies cmake_minimum_required(VERSION 3.25).

  2. MSVC toolset version: Currently states MSVC v143 - VS 2020, but VS 2020 does not exist. The v143 toolset corresponds to VS 2022.

Location

https://github.com/microsoft/WSL/blob/master/doc/docs/dev-loop.md#prerequisites

Suggested Fix

Line Current Suggested
7 CMake >= 2.25 CMake >= 3.25
14 MSVC v143 - VS 2020 C++ ARM64 build tools MSVC v143 - VS 2022 C++ ARM64 build tools

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions