From d40a5944241178f29ac4753604ef89c393773844 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Nov 2023 12:07:31 +0100 Subject: Makefile: upgrade default Boost version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e471f2..4a16970 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install_dir := $(build_dir)/install TOOLSET ?= mingw PLATFORM ?= auto CONFIGURATION ?= Debug -BOOST_VERSION ?= 1.65.0 +BOOST_VERSION ?= 1.81.0 BOOST_LIBRARIES := --with-test CMAKE_FLAGS ?= -D WINAPI_COMMON_TESTS=ON INSTALL_PREFIX ?= $(install_dir) -- cgit v1.2.3