Skip to content

Commit

Permalink
Switched to boostorg.jfrog.io from github.com
Browse files Browse the repository at this point in the history
Modified the source URL to utilize boostorg.jfrog.io instead of github.com due to compatibility issues, allowing for proper execution on Linux systems.
  • Loading branch information
Laky-64 committed Sep 10, 2023
1 parent 5ed73bc commit 164a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(NOT DEFINED LAST_BOOST_LIBS OR

set(BOOST_DOWNLOAD_DIR ${BOOST_DIR}/download)
DownloadProject(
URL https://github.com/boostorg/boost/releases/download/boost-${BOOST_REVISION}/boost-${BOOST_REVISION}.zip
URL https://boostorg.jfrog.io/artifactory/main/release/${BOOST_REVISION}/source/boost_${BOOST_REVISION_UNDERSCORE}.tar.gz
DOWNLOAD_DIR ${BOOST_DOWNLOAD_DIR}
SOURCE_DIR ${BOOST_WORKDIR}
)
Expand Down

0 comments on commit 164a136

Please sign in to comment.