Skip to content

Commit

Permalink
cmake: use archive for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed May 10, 2024
1 parent d2424ff commit 540cd13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ if (NOT Boost_FOUND)
set(BOOST_INCLUDE_LIBRARIES system asio)
set(BOOST_ENABLE_CMAKE ON)
FetchContent_Declare(Boost
GIT_REPOSITORY https://github.com/boostorg/boost.git
GIT_TAG boost-1.81.0
GIT_SHALLOW TRUE
SYSTEM
URL https://github.com/boostorg/boost/releases/download/boost-1.81.0/boost-1.81.0.tar.gz
URL_HASH "SHA1=f71f661f893f39b7b82d66c54980349716f874a2"
)
FetchContent_GetProperties(Boost)
if(NOT Boost_POPULATED)
Expand Down

0 comments on commit 540cd13

Please sign in to comment.