From ffe96dde19f90adcde144435ff40b7001445c53b Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 22 Mar 2023 09:02:24 -0400 Subject: [PATCH] Update HACKING.md --- HACKING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 63ab381b1..8257b70ba 100644 --- a/HACKING.md +++ b/HACKING.md @@ -267,7 +267,9 @@ Note that the name of directory (`build`) is arbitrary, you can name it as you w -## Usage (CMake on 64-bit Windows using Visual Studio 2019) +## Usage (CMake on 64-bit Windows using Visual Studio 2019 or better) + +Recent versions of Visual Studio support CMake natively, [please refer to the Visual Studio documentation](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170). We assume you have a common 64-bit Windows PC with at least Visual Studio 2019.