aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-04 11:59:59 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-04 11:59:59 +0100
commit751dd9debb3583020fe7be3688b81e4e9a7503ca (patch)
tree40f6090d3bdebc10440567aeeb8eb00a50cab745
parentMakefile: align assignments (diff)
downloadwinapi-utf8-751dd9debb3583020fe7be3688b81e4e9a7503ca.tar.gz
winapi-utf8-751dd9debb3583020fe7be3688b81e4e9a7503ca.zip
Makefile: upgrade default Boost version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72456af..4877274 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install_dir := $(build_dir)/install
TOOLSET ?= mingw
PLATFORM ?= auto
CONFIGURATION ?= Debug
-BOOST_VERSION ?= 1.72.0
+BOOST_VERSION ?= 1.81.0
BOOST_LIBRARIES := --with-test
CMAKE_FLAGS ?= -D WINAPI_UTF8_TESTS=ON
INSTALL_PREFIX ?= $(install_dir)