Merge pull request #10724 from a3d4/fix-docu-typo-windows-build

Fix a tiny typo in building-on-windows documentation
This commit is contained in:
chriseth 2021-01-08 15:40:50 +01:00 committed by GitHub
commit f03245d473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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``.