Include cgal patch for nary union

This commit is contained in:
Thomas Krijnen
2020-10-04 10:42:05 +02:00
parent 4881238ce6
commit df1225ce95
4 changed files with 94 additions and 1 deletions
+1
View File
@@ -447,6 +447,7 @@ IF NOT %ERRORLEVEL%==0 GOTO :Error
cd "%DEPENDENCY_DIR%"
git reset --hard
git apply "%~dp0patches\cgal_no_zlib.patch"
git apply "%~dp0patches\cgal_4768.patch"
call :RunCMake -DCMAKE_INSTALL_PREFIX="%INSTALL_DIR%\cgal" ^
-DBOOST_ROOT="%DEPS_DIR%\boost_%BOOST_VER%" ^
-DGMP_INCLUDE_DIR="%INSTALL_DIR%\mpir" ^