mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Updated build scripts to use boost_1.79.0
This commit is contained in:
committed by
Thomas Krijnen
parent
3bc9f81b6a
commit
6510291f21
+1
-1
@@ -114,7 +114,7 @@ if "%CMAKE_VERSION%" LSS "cmake version 3.11.4" (
|
||||
)
|
||||
|
||||
:: NOTE Boost < 1.64 doesn't work without tricks if the user has only VS 2017 installed and no earlier versions.
|
||||
set BOOST_VERSION=1.74.0
|
||||
set BOOST_VERSION=1.79.0
|
||||
:: Version string with underscores instead of dots.
|
||||
set BOOST_VER=%BOOST_VERSION:.=_%
|
||||
|
||||
|
||||
+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.79.0
|
||||
set BOOST_VER=%BOOST_VERSION:.=_%
|
||||
|
||||
set BOOST_ROOT=%DEPS_DIR%\boost_%BOOST_VER%
|
||||
|
||||
Reference in New Issue
Block a user