We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0429e76 commit b347a48Copy full SHA for b347a48
1 file changed
win/build-deps.cmd
@@ -140,7 +140,8 @@ cd "%DEPS_DIR%"
140
:: Note all of the depedencies have approriate label so that user can easily skip something if wanted
141
:: by modifying this file and using goto.
142
:Boost
143
-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.
144
+set BOOST_VERSION=1.65.1
145
:: DEPENDENCY_NAME is used for logging and DEPENDENCY_DIR for saving from some redundant typing
146
set DEPENDENCY_NAME=Boost %BOOST_VERSION%
147
set DEPENDENCY_DIR="%DEPS_DIR%\boost"
0 commit comments