Fix a tiny typo in building-on-windows documentation

This commit is contained in:
a3d4 2021-01-07 03:09:32 +01:00
parent 591f04e41c
commit 184d3f3bfd

View File

@ -474,9 +474,9 @@ And for Windows:
mkdir build
cd build
cmake -G "Visual Studio 16 2019 Win64" ..
cmake -G "Visual Studio 16 2019" ..
In case you want to use the version of boost installed by ``./scripts/install_deps.ps1``, you will
In case you want to use the version of boost installed by ``scripts\install_deps.ps1``, you will
additionally need to pass ``-DBoost_DIR="..\deps\boost\lib\cmake\Boost-*"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
as arguments to the call to ``cmake``.