summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 10:25:34 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 10:25:34 +0200
commit5006d0d0a84f406b4580cf76ff7f3a0b5436bad4 (patch)
treed5b17cd061e1bdf6aec66d7cd8d947b652ed1c29
parente7e7d844c7c0bc6cfc21e0cce21ee678974ed3ec (diff)
Add boost program option
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 688ea721..6a3fa5d6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -33,7 +33,7 @@ init:
- echo %target%
install:
- - vcpkg install eigen3:x64-windows cgal:x64-windows
+ - vcpkg install boost-program-options:x64-windows eigen3:x64-windows cgal:x64-windows
- pip install -U setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
build_script: