Fix appveyor

master
huxingyi 2018-04-13 19:58:40 -07:00
parent 0db79959c8
commit 53963a91b7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
- cd CGAL-4.11.1 - cd CGAL-4.11.1
- mkdir build - mkdir build
- cd build - cd build
- 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 - 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 -DMPFR_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\include -DMPFR_LIBRARIES=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1\auxiliary\gmp\lib
- msbuild /p:Configuration=Release ALL_BUILD.vcxproj - msbuild /p:Configuration=Release ALL_BUILD.vcxproj
build: false build: false