mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
build-deps.cmd: update Boost to latest 1.65.1. Fixes #249.
This commit is contained in:
committed by
Thomas Krijnen
parent
0429e765b5
commit
b347a488af
+2
-1
@@ -140,7 +140,8 @@ cd "%DEPS_DIR%"
|
||||
:: Note all of the depedencies have approriate label so that user can easily skip something if wanted
|
||||
:: by modifying this file and using goto.
|
||||
:Boost
|
||||
set BOOST_VERSION=1.63.0
|
||||
:: 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.65.1
|
||||
:: DEPENDENCY_NAME is used for logging and DEPENDENCY_DIR for saving from some redundant typing
|
||||
set DEPENDENCY_NAME=Boost %BOOST_VERSION%
|
||||
set DEPENDENCY_DIR="%DEPS_DIR%\boost"
|
||||
|
||||
Reference in New Issue
Block a user