Update cgal for compilation on clang 19 https://github.com/CGAL/cgal/pull/8330

This commit is contained in:
Thomas Krijnen
2025-06-13 16:06:08 +02:00
parent 4b92d7d076
commit 152c94a7d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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