Updated build scripts to use boost_1.79.0

This commit is contained in:
Richard Brice
2023-09-21 15:48:12 -07:00
committed by Thomas Krijnen
parent 3bc9f81b6a
commit 6510291f21
2 changed files with 2 additions and 2 deletions
+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.79.0
set BOOST_VER=%BOOST_VERSION:.=_%
set BOOST_ROOT=%DEPS_DIR%\boost_%BOOST_VER%