Skip to content

Commit

Permalink
update cgal mirror links
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 11, 2023
1 parent f642ba4 commit 62a165c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/external/cgal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elseif(MESHLAB_ALLOW_DOWNLOAD_SOURCE_CGAL)
if (NOT EXISTS ${CGAL_CHECK})
set(CGAL_LINK
https://github.com/CGAL/cgal/releases/download/v5.6/CGAL-5.6.zip
# https://www.meshlab.net/data/libs/CGAL-5.6.zip # Note by LvdS: please host this file on the MeshLab site as well, then remove this comment
https://www.meshlab.net/data/libs/CGAL-5.6.zip
)
set(CGAL_MD5 6d1d067b88e20f7080d07d5108b4c772)
download_and_unzip(
Expand All @@ -39,7 +39,7 @@ elseif(MESHLAB_ALLOW_DOWNLOAD_SOURCE_CGAL)
if (WIN32 AND NOT EXISTS ${CGAL_WIN_CHECK})
set(CGAL_AUX_LINK
https://github.com/CGAL/cgal/releases/download/v5.6/CGAL-5.6-win64-auxiliary-libraries-gmp-mpfr.zip
# https://www.meshlab.net/data/libs/CGAL-5.6-win64-auxiliary-libraries-gmp-mpfr.zip # Note by LvdS: please host this file on the MeshLab site as well, then remove this comment
https://www.meshlab.net/data/libs/CGAL-5.6-win64-auxiliary-libraries-gmp-mpfr.zip
)
set(CGAL_AUX_MD5 247f4dca741c6b9a9be76286414070fa)
download_and_unzip(
Expand Down

0 comments on commit 62a165c

Please sign in to comment.