From 152c94a7d6474493c0aa26c15ebdc81af5d52777 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 13 Jun 2025 16:06:08 +0200 Subject: [PATCH] Update cgal for compilation on clang 19 https://github.com/CGAL/cgal/pull/8330 --- nix/build-all.py | 2 +- win/build-deps.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 2b594620bf..5455586a0e 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -95,7 +95,7 @@ HDF5_VERSION = "1.12.1" GMP_VERSION = "6.2.1" MPFR_VERSION = "3.1.6" # latest is 4.1.0 -CGAL_VERSION = "5.3" +CGAL_VERSION = "5.5.5" USD_VERSION = "23.05" TBB_VERSION = "2021.9.0" diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 3e0874ba25..e9fcf409ae 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -539,7 +539,7 @@ IF EXIST "%INSTALL_DIR%\cgal" ( set DEPENDENCY_NAME=cgal set DEPENDENCY_DIR=%DEPS_DIR%\cgal -call :GitCloneAndCheckoutRevision https://github.com/CGAL/cgal.git "%DEPENDENCY_DIR%" v5.2.3 +call :GitCloneAndCheckoutRevision https://github.com/CGAL/cgal.git "%DEPENDENCY_DIR%" v5.5.5 IF NOT %ERRORLEVEL%==0 GOTO :Error cd "%DEPENDENCY_DIR%" git reset --hard