From 838d0c35b6f83f78e7b99a9a2095407d4a2dcd6b Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 2 Apr 2019 21:55:41 +0200 Subject: [PATCH] Remove deprecated definition for boost workaround. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b00b4cc7..8fe39d59c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,6 @@ addons: project: name: "assimp/assimp" notification_email: kim.kulling@googlemail.com - build_command_prepend: "cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES" + build_command_prepend: "cmake ./" build_command: "make -j4" branch_pattern: coverity_scan