aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-04 12:18:46 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-04 12:18:46 +0100
commit533e1bd9e414b8b1d6e4cd656af5647819a64ca7 (patch)
tree40997962cf3cd96dcb76fb550de284c8f8fc2726
parentupgrade winapi-common (diff)
downloadwinapi-debug-533e1bd9e414b8b1d6e4cd656af5647819a64ca7.tar.gz
winapi-debug-533e1bd9e414b8b1d6e4cd656af5647819a64ca7.zip
Makefile: upgrade default Boost version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfc71b..7344216 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-filesystem --with-program_options --with-test
CMAKE_FLAGS ?=
INSTALL_PREFIX ?= $(install_dir)