From: Martin Quinson Date: Mon, 14 Sep 2015 13:06:55 +0000 (+0200) Subject: [appveyor] try to use boost 1.59 as the older ones don't recognize MSVC 2015 X-Git-Tag: v3_12~192 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/49e96bb30a8f6ecb7cee8ac99d05d6e04631107b [appveyor] try to use boost 1.59 as the older ones don't recognize MSVC 2015 --- 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 .