File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
2020set (OLD_CMAKE_POSITION_INDEPENDENT_CODE ${CMAKE_POSITION_INDEPENDENT_CODE} )
2121set (CMAKE_POSITION_INDEPENDENT_CODE ON )
2222
23- set (BOOST_URL "https://boostorg.jfrog .io/artifactory/main /release/1.86.0/source/boost_1_86_0.tar.bz2" CACHE STRING "Boost download URL" )
23+ set (BOOST_URL "https://archives.boost .io/release/1.86.0/source/boost_1_86_0.tar.bz2" CACHE STRING "Boost download URL" )
2424set (BOOST_URL_SHA256 "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b" CACHE STRING "Boost download URL SHA256 checksum" )
2525
2626include (CPM)
@@ -63,4 +63,4 @@ foreach(name IN ITEMS
6363 if (TARGET Boost_${name} )
6464 set_target_properties (Boost_${name} PROPERTIES FOLDER third_party/boost)
6565 endif ()
66- endforeach ()
66+ endforeach ()
You can’t perform that action at this time.
0 commit comments