Skip to content

Commit 2087b20

Browse files
committed
manually set BOOST_ROOT since it is no longer set by default
1 parent 02a1af6 commit 2087b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/install.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ foreach ($p in "MSMPI_INC", "MSMPI_LIB32", "MSMPI_LIB64") {
2525
}
2626

2727
if ($Boost) {
28+
$env:BOOST_ROOT = $env:BOOST_ROOT_@BOOST_FILENAME@
29+
2830
echo " - Using preinstalled boost version: $env:BOOST_ROOT"
2931

3032
$env:Path = "$env:BOOST_ROOT\lib;$env:Path"

0 commit comments

Comments
 (0)