Skip to content

Commit

Permalink
change boost download url
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedao0yy committed Apr 3, 2023
1 parent 0bbdd9a commit aa5ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
SET(BOOST_PACKAGE_NAME "boost_1_72_0")
SET(BOOST_TARBALL "${BOOST_PACKAGE_NAME}.tar.gz")
SET(BOOST_DOWNLOAD_URL
"https://dl.bintray.com/boostorg/release/1.72.0/source/${BOOST_TARBALL}"
"https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/${BOOST_TARBALL}"
)

SET(OLD_PACKAGE_NAMES
Expand Down

0 comments on commit aa5ec4f

Please sign in to comment.