mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo in Windows -DBoost_DIR specification
This commit is contained in:
parent
ec62d12319
commit
e2c1aafedb
@ -477,7 +477,7 @@ And for Windows:
|
||||
cmake -G "Visual Studio 16 2019" ..
|
||||
|
||||
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``
|
||||
additionally need to pass ``-DBoost_DIR="deps\boost\lib\cmake\Boost-*"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
|
||||
as arguments to the call to ``cmake``.
|
||||
|
||||
This should result in the creation of **solidity.sln** in that build directory.
|
||||
|
Loading…
Reference in New Issue
Block a user