From 53a5046f441402c5060376b079d16488a3799203 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Thu, 1 Oct 2015 11:24:42 +0200 Subject: [PATCH] appveyor configuration --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b41d343..de11d83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,5 +6,5 @@ environment: build_script: - mkdir build - cd build - - cmake "-G%GENERATOR%" .. + - cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost_1_59_0" .. - cmake --build . --config "%CONFIG%"