forked from mirror/openmw-tes3mp
Accept bullet 283 on appveyor as well
This commit is contained in:
parent
dfa43af818
commit
cdca9b0488
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ IF(BOOST_STATIC)
|
|||
endif()
|
||||
|
||||
set(REQUIRED_BULLET_VERSION 286) # Bullet 286 required due to runtime bugfixes for btCapsuleShape
|
||||
if (DEFINED ENV{TRAVIS_BRANCH})
|
||||
if (DEFINED ENV{TRAVIS_BRANCH} OR DEFINED ENV{APPVEYOR})
|
||||
set(REQUIRED_BULLET_VERSION 283) # but for build testing, 283 is fine
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue