mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
More changes to Visual Studio build process
Prevented incorrect linking to default libraries in Boost Boost version updated to 1.74
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ IF NOT EXIST ..\%BUILD_DIR%. mkdir ..\%BUILD_DIR%
|
||||
pushd ..\%BUILD_DIR%
|
||||
|
||||
:: tfk: todo remove duplication
|
||||
set BOOST_VERSION=1.71.0
|
||||
set BOOST_VERSION=1.74.0
|
||||
set BOOST_VER=%BOOST_VERSION:.=_%
|
||||
|
||||
set BOOST_ROOT=%DEPS_DIR%\boost_%BOOST_VER%
|
||||
|
||||
Reference in New Issue
Block a user