Skip to content

Commit

Permalink
Merge pull request #2399 from assimp/issue_2398
Browse files Browse the repository at this point in the history
closes #2398: fix the build.
  • Loading branch information
kimkulling committed Apr 4, 2019
2 parents 906a60a + f10e759 commit 01d4b10
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 01d4b10

Please sign in to comment.