Fix appveyor

master
huxingyi 2018-04-13 19:50:39 -07:00
parent df81929418
commit 8fa1db3a1c
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ install:
- cd CGAL-4.11.1
- mkdir build
- cd build
- set GMP_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\include
- set GMP_LIBRARIES=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\lib
- cmake ../
- msbuild /p:Configuration=Release ALL_BUILD.vcxproj