From 680dc702aa720bedd208d6ed0d3fa08216eb56c1 Mon Sep 17 00:00:00 2001 From: Bers Date: Sun, 1 Aug 2021 10:47:11 +0200 Subject: [PATCH] remove 32bit compile suggestion in for windows in readme also the line above may not be needed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5dc89316033..b25ff7b535a 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,6 @@ Do **not** use GitHub's "Download Zip" option, as it does not contain submodules - This creates `CMakeSettings.json` 4. Add the following variables to `CMakeSettings.json`: - To `cmakeCommandArgs`, add: `-DCMAKE_TOOLCHAIN_FILE=vcpkg\scripts\buildsystems\vcpkg.cmake` - - If you're running a 64-bit platform, you need to set the compilation to 32-bit by setting `inheritEnvironments` to `[ "msvc_x86_x64" ]` - Note: Visual Studio automatically escapes and turns each `\` into `\\` 5. After letting Visual Studio re-run CMake configure with the new settings, you can build using the **CMake** menu.