Skip to content

Commit

Permalink
Merge pull request #230 from smartdevicelink/fix/boost_download_url
Browse files Browse the repository at this point in the history
Release 7.1.1
  • Loading branch information
Jack-Byrne authored May 3, 2021
2 parents 825595e + 6bfb00e commit 454487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote_adapter/remote_adapter_server/BOOST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (NOT ${Boost_FOUND})
endif()
set(BOOST_INSTALL_COMMAND ${BOOST_BUILD_COMMAND} install)
ExternalProject_Add(Boost
URL https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.72.0/boost_1_72_0.tar.gz
URL https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.gz/download https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.72.0/boost_1_72_0.tar.gz
DOWNLOAD_DIR ${BOOST_LIB_SOURCE_DIRECTORY}
SOURCE_DIR ${BOOST_LIB_SOURCE_DIRECTORY}
CONFIGURE_COMMAND ${BOOST_GCC_JAM} COMMAND ${BOOST_FILESYSTEM_OPERATION} COMMAND ${BOOTSTRAP}
Expand Down

0 comments on commit 454487d

Please sign in to comment.