Fix appveyor
parent
df81929418
commit
8fa1db3a1c
|
@ -22,6 +22,8 @@ install:
|
||||||
- cd CGAL-4.11.1
|
- cd CGAL-4.11.1
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd 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 ../
|
||||||
- msbuild /p:Configuration=Release ALL_BUILD.vcxproj
|
- msbuild /p:Configuration=Release ALL_BUILD.vcxproj
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue