Skip to content

Commit 4f5adf4

Browse files
gmh5225nikola-matic
authored andcommitted
fix correct Boost compilation flags
1 parent 7b5f4ab commit 4f5adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installing-solidity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ And for Windows:
505505
cmake -G "Visual Studio 16 2019" ..
506506
507507
In case you want to use the version of boost installed by ``scripts\install_deps.ps1``, you will
508-
additionally need to pass ``-DBoost_DIR="deps\boost\lib\cmake\Boost-*"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
508+
additionally need to pass ``-DBoost_ROOT="deps/boost" -DBoost_INCLUDE_DIR="deps/boost/include"`` and ``-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded``
509509
as arguments to the call to ``cmake``.
510510

511511
This should result in the creation of **solidity.sln** in that build directory.

0 commit comments

Comments
 (0)