mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:02:26 +00:00
build-deps - bump boost version to avoid "missing .b2 issue"
issue was mentioned in #2524 and resulted in error below trying to build boost dependency ``` '.\b2' is not recognized as an internal or external command, operable program or batch file. ```
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ IF NOT EXIST ..\%BUILD_DIR%. mkdir ..\%BUILD_DIR%
|
||||
pushd ..\%BUILD_DIR%
|
||||
|
||||
:: tfk: todo remove duplication
|
||||
set BOOST_VERSION=1.74.0
|
||||
set BOOST_VERSION=1.78.0
|
||||
set BOOST_VER=%BOOST_VERSION:.=_%
|
||||
|
||||
set BOOST_ROOT=%DEPS_DIR%\boost_%BOOST_VER%
|
||||
|
||||
Reference in New Issue
Block a user