|
@@ -35,7 +35,7 @@ build_script:
|
|
|
- cd tutorial
|
|
|
- mkdir build
|
|
|
- cd build
|
|
|
- - cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -G "Visual Studio 15 2017 Win64" ../
|
|
|
+ - cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT=${BOOST_ROOT} ../
|
|
|
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
|
- set MSBuildOptions=/v:m /p:Configuration=Debug /logger:%MSBuildLogger%
|
|
|
- msbuild %MSBuildOptions% libigl_tutorials.sln
|