Skip to content

Commit fd52778

Browse files
committed
Hotfix 5.1.4 Update Boost URL
1 parent 82fff88 commit fd52778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/3rd_party/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ if (NOT ${Boost_FOUND})
224224
include(ExternalProject)
225225
ExternalProject_Add(
226226
Boost
227-
URL https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
227+
URL https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.tar.gz
228+
URL_HASH SHA256=bd0df411efd9a585e5a2212275f8762079fed8842264954675a4fddc46cfcf60
228229
DOWNLOAD_DIR ${BOOST_LIB_SOURCE_DIRECTORY}
229230
SOURCE_DIR ${BOOST_LIB_SOURCE_DIRECTORY}
230231
CONFIGURE_COMMAND ./bootstrap.sh --with-libraries=system,thread,date_time,filesystem,regex --prefix=${3RD_PARTY_INSTALL_PREFIX}

0 commit comments

Comments
 (0)