mirror of
https://github.com/mollyim/monero-wallet-sdk.git
synced 2025-05-12 21:20:42 +01:00
build: fix boost download URL
This commit is contained in:
parent
6bf3174d52
commit
37b68d6062
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue