Fix appveyor

master
huxingyi 2018-04-13 19:55:45 -07:00
parent 8fa1db3a1c
commit 0db79959c8
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ 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 ../
- cmake ../ -DGMP_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\include -DGMP_LIBRARIES=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\lib
- msbuild /p:Configuration=Release ALL_BUILD.vcxproj
build: false