Skip to content

Commit

Permalink
Update Boost URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Keita Iwabuchi committed Jan 14, 2025
1 parent 71af827 commit a06f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ find_boost_headers(1.80 FALSE)
if (NOT Boost_FOUND)
message(STATUS "Fetching Boost")
FetchContent_Declare(Boost
URL https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2
URL https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
SYSTEM)
FetchContent_MakeAvailable(Boost)
set(BOOST_ROOT ${boost_SOURCE_DIR})
Expand Down

0 comments on commit a06f3c2

Please sign in to comment.