From 8901fd0fa55078dcd8b72b3d81b217d19ab613c2 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 12 May 2020 18:54:35 +0100 Subject: [PATCH] Dropping boost version to 1.67.0 (as 1.72.0 is missing program_options) --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 06ef6e9a0..d5b4796c6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -44,7 +44,7 @@ function install() { } ICU_VERSION="57.1" -BOOST_VERSION="1.72.0" +BOOST_VERSION="1.67.0" function install_mason_deps() { install ccache 3.3.1