From 0cd4a6bd2564f085d73c71e6a4c6456eace98519 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Thu, 1 Oct 2015 11:37:36 +0200 Subject: [PATCH] appveyor configuration --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0c6b66b..a57c174 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,5 +6,5 @@ environment: build_script: - mkdir build - cd build - - cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="C:\Libraries\boost\lib64-msvc-12.0" -DWITH_UNIT_TESTS=ON .. + - cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="c:\Libraries\boost\stage\lib" -DWITH_UNIT_TESTS=ON .. - cmake --build . --config "%CONFIG%"