From 6510291f219611e7ae88a2348388ab267e84fbbf Mon Sep 17 00:00:00 2001 From: Richard Brice <37087370+RickBrice@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:48:12 -0700 Subject: [PATCH] Updated build scripts to use boost_1.79.0 --- win/build-deps.cmd | 2 +- win/run-cmake.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 07acffd6ec..9d5ac6f07a 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -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.79.0 :: Version string with underscores instead of dots. set BOOST_VER=%BOOST_VERSION:.=_% diff --git a/win/run-cmake.bat b/win/run-cmake.bat index 92741419bc..b8c81f03f9 100755 --- a/win/run-cmake.bat +++ b/win/run-cmake.bat @@ -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%