Skip to content

Commit b347a48

Browse files
Stinkfist0aothms
authored andcommitted
build-deps.cmd: update Boost to latest 1.65.1. Fixes IfcOpenShell#249.
1 parent 0429e76 commit b347a48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ cd "%DEPS_DIR%"
140140
:: Note all of the depedencies have approriate label so that user can easily skip something if wanted
141141
:: by modifying this file and using goto.
142142
:Boost
143-
set BOOST_VERSION=1.63.0
143+
:: NOTE Boost < 1.64 doesn't work without tricks if the user has only VS 2017 installed and no earlier versions.
144+
set BOOST_VERSION=1.65.1
144145
:: DEPENDENCY_NAME is used for logging and DEPENDENCY_DIR for saving from some redundant typing
145146
set DEPENDENCY_NAME=Boost %BOOST_VERSION%
146147
set DEPENDENCY_DIR="%DEPS_DIR%\boost"

0 commit comments

Comments
 (0)