mirror of
https://github.com/mollyim/monero-wallet-sdk.git
synced 2025-01-28 15:56:59 -05:00
build: fix boost download URL
This commit is contained in:
parent
6bf3174d52
commit
37b68d6062
@ -3,7 +3,7 @@ include(ExternalProject)
|
||||
# The source code of Boost
|
||||
# From https://www.boost.org/users/download/
|
||||
set(BOOST_SOURCE
|
||||
"https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
||||
"https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
||||
CACHE STRING "Boost source file to use.")
|
||||
set(BOOST_SHA256
|
||||
"8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user