From 31c10d1aa1b4191df1234685a75f33a8b16b49b8 Mon Sep 17 00:00:00 2001 From: MiladNazeri Date: Tue, 25 Jun 2019 13:24:57 -0700 Subject: [PATCH] Update BUILD_WIN.md When I updated the download link, I forgot to change the text above. It might be a little confusing. --- BUILD_WIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 48530b9351..2d6074cd77 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -31,7 +31,7 @@ If you do not wish to use the Python installation bundled with Visual Studio, yo ### Step 2. Installing CMake -Download and install the latest version of CMake 3.9. +Download and install the latest version of CMake 3.14. Download the file named win64-x64 Installer from the [CMake Website](https://cmake.org/download/). You can access the installer on this [3.14 Version page](https://cmake.org/files/v3.14/). During installation, make sure to check "Add CMake to system PATH for all users" when prompted.