From 2dddc8f2a4194b2568e55df7d6f0dbf39fb0a15f Mon Sep 17 00:00:00 2001 From: Raul Ferreira Date: Fri, 28 Dec 2018 23:21:46 +0000 Subject: [PATCH] Fixed mistake on windows boost install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b24aaa2a2..8b201bacd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -255,7 +255,7 @@ matrix: - 7z x boost_1_67_0.7z -o/C/local - pushd "/C/local/boost_1_67_0" - ./bootstrap.bat - - ./b2.exe --with-libraries=program_options,filesystem,system,thread,test,timer,chrono + - ./b2.exe --with-chrono --with-date_time --with-filesystem --with-program_options --with-system --with-thread --with-timer --with-test - popd # Install OpenCL headers and libraries - choco install nuget.commandline