diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-04 12:07:31 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-04 12:07:31 +0100 |
commit | d40a5944241178f29ac4753604ef89c393773844 (patch) | |
tree | 4170c53488b496fd84d06e59dd27eaf85ebe0387 | |
parent | upgrade winapi-utf8 (diff) | |
download | winapi-common-d40a5944241178f29ac4753604ef89c393773844.tar.gz winapi-common-d40a5944241178f29ac4753604ef89c393773844.zip |
Makefile: upgrade default Boost version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |