Skip to content

Commit

Permalink
update boost version to 1.87 (old link does not work anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jan 8, 2025
1 parent e242330 commit 42bd621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/external/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ if(MESHLAB_ALLOW_SYSTEM_BOOST AND TARGET Boost::boost)
target_link_libraries(external-boost INTERFACE Boost::thread)
endif()
elseif(MESHLAB_ALLOW_DOWNLOAD_SOURCE_BOOST)
set(BOOST_DIR "${MESHLAB_EXTERNAL_DOWNLOAD_DIR}/boost_1_75_0")
set(BOOST_DIR "${MESHLAB_EXTERNAL_DOWNLOAD_DIR}/boost_1_87_0")
set(BOOST_CHECK "${BOOST_DIR}/boost/version.hpp")

if (NOT EXISTS ${BOOST_CHECK})
set(BOOST_LINK https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.zip)
set(BOOST_MD5 d3b276f6d22246171f93282910a1d583)
set(BOOST_LINK https://archives.boost.io/release/1.87.0/source/boost_1_87_0.zip)
set(BOOST_MD5 78b0a6c31fc0cc78060455b6df38cf4a)
download_and_unzip(
NAME "Boost"
MD5 ${BOOST_MD5}
Expand Down

0 comments on commit 42bd621

Please sign in to comment.