diff --git a/nix/build-all.py b/nix/build-all.py index b11f0d4436..a2d946ee50 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -97,7 +97,7 @@ SWIG_VERSION="3.0.12" OPENCOLLADA_VERSION="v1.6.68" GMP_VERSION="6.1.2" MPFR_VERSION="3.1.5" -CGAL_VERSION="4.13" +CGAL_VERSION="4.14.3" # binaries cp="cp" diff --git a/win/build-deps.cmd b/win/build-deps.cmd index d588c104a2..72ef05accd 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -440,7 +440,7 @@ IF NOT %ERRORLEVEL%==0 GOTO :Error :cgal set DEPENDENCY_NAME=cgal set DEPENDENCY_DIR=%DEPS_DIR%\cgal -call :GitCloneAndCheckoutRevision https://github.com/CGAL/cgal.git "%DEPENDENCY_DIR%" releases/CGAL-4.13.1 +call :GitCloneAndCheckoutRevision https://github.com/CGAL/cgal.git "%DEPENDENCY_DIR%" releases/CGAL-4.13.3 IF NOT %ERRORLEVEL%==0 GOTO :Error cd "%DEPENDENCY_DIR%" git reset --hard