Skip to content

Commit cd190c0

Browse files
authored
Merge pull request #290 from pmienk/master
Regenerate artifacts.
2 parents 8920ccc + d65ddc9 commit cd190c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install-cmakepresets.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ ZMQ_ARCHIVE="zeromq-4.3.5.tar.gz"
8181

8282
# Boost archive.
8383
#------------------------------------------------------------------------------
84-
BOOST_URL="https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2"
85-
BOOST_ARCHIVE="boost_1_78_0.tar.bz2"
84+
BOOST_URL="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2"
85+
BOOST_ARCHIVE="boost_1_86_0.tar.bz2"
8686

8787

8888
# Define utility functions.
@@ -1079,6 +1079,7 @@ BOOST_OPTIONS=(
10791079
"--with-iostreams" \
10801080
"--with-locale" \
10811081
"--with-program_options" \
1082+
"--with-thread" \
10821083
"--with-test")
10831084

10841085
# Define secp256k1 options.

0 commit comments

Comments
 (0)