Skip to content

Commit

Permalink
chore: fetch Boost from release archive instead of the git repository
Browse files Browse the repository at this point in the history
Signed-off-by: ik <[email protected]>
  • Loading branch information
hiiiik committed Aug 11, 2024
1 parent 02e1555 commit 1d2d077
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/deps/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ if(NOT Boost_FOUND)
message(STATUS "Download Boost and build it from source")
set(BOOST_ENABLE_CMAKE ON)
FetchContent_Declare(Boost
GIT_REPOSITORY https://github.com/boostorg/boost
GIT_TAG boost-1.84.0
GIT_PROGRESS TRUE
URL https://github.com/boostorg/boost/releases/download/boost-1.85.0/boost-1.85.0-cmake.7z
URL_HASH SHA256=2399fb7b15c84c9dafc4ffb1be69c076da36e541fb960fd971b960c180023f2b
)
FetchContent_MakeAvailable(Boost)

Expand Down

0 comments on commit 1d2d077

Please sign in to comment.