Skip to content

Commit

Permalink
remove 32bit compile suggestion in for windows in readme
Browse files Browse the repository at this point in the history
also the line above may not be needed
  • Loading branch information
berserkingyadis authored and past-due committed Aug 2, 2021
1 parent ed91054 commit 680dc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 680dc70

Please sign in to comment.