build-deps - bump boost version to avoid "missing .b2 issue"

issue was mentioned in #2524 and resulted in error below trying to build boost dependency
```
'.\b2' is not recognized as an internal or external command,
operable program or batch file.
```
This commit is contained in:
Andrej730
2024-02-06 11:46:27 +05:00
parent c0d84713bc
commit ece9e2fdd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.78.0
:: Version string with underscores instead of dots.
set BOOST_VER=%BOOST_VERSION:.=_%
+1 -1
View File
@@ -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.78.0
set BOOST_VER=%BOOST_VERSION:.=_%
set BOOST_ROOT=%DEPS_DIR%\boost_%BOOST_VER%