mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Merge branch 'cgal' of https://github.com/tudelft3d/IfcOpenShell into v0.7.0-rewrite
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ SWIG_VERSION="3.0.12"
|
|||||||
OPENCOLLADA_VERSION="v1.6.68"
|
OPENCOLLADA_VERSION="v1.6.68"
|
||||||
GMP_VERSION="6.1.2"
|
GMP_VERSION="6.1.2"
|
||||||
MPFR_VERSION="3.1.5"
|
MPFR_VERSION="3.1.5"
|
||||||
CGAL_VERSION="4.13"
|
CGAL_VERSION="4.14.3"
|
||||||
|
|
||||||
# binaries
|
# binaries
|
||||||
cp="cp"
|
cp="cp"
|
||||||
|
|||||||
+1
-1
@@ -440,7 +440,7 @@ IF NOT %ERRORLEVEL%==0 GOTO :Error
|
|||||||
:cgal
|
:cgal
|
||||||
set DEPENDENCY_NAME=cgal
|
set DEPENDENCY_NAME=cgal
|
||||||
set DEPENDENCY_DIR=%DEPS_DIR%\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
|
IF NOT %ERRORLEVEL%==0 GOTO :Error
|
||||||
cd "%DEPENDENCY_DIR%"
|
cd "%DEPENDENCY_DIR%"
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|||||||
Reference in New Issue
Block a user