Fix appveyor
parent
0db79959c8
commit
53963a91b7
|
@ -22,7 +22,7 @@ install:
|
|||
- cd CGAL-4.11.1
|
||||
- mkdir 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
|
||||
|
||||
build: false
|
||||
|
|
Loading…
Reference in New Issue