From 49e96bb30a8f6ecb7cee8ac99d05d6e04631107b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Sep 2015 15:06:55 +0200 Subject: [PATCH] [appveyor] try to use boost 1.59 as the older ones don't recognize MSVC 2015 --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 88a8ae3f6c..48ce8941ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,8 +17,10 @@ platform: # - x64 # This is Windows 64bits environment: - BOOST_ROOT: c:\Libraries\boost - BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib + BOOST_ROOT: c:\Libraries\boost_1_59_0 + BOOST_LIBRARYDIR: c:\Libraries\boost_1_59_0\stage\lib +# BOOST_ROOT: c:\Libraries\boost +# BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib build_script: - if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF -Denable_mallocators=OFF . -- 2.20.1