1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Accept bullet 283 on appveyor as well

This commit is contained in:
scrawl 2017-02-07 20:40:07 +01:00
parent dfa43af818
commit cdca9b0488

View File

@ -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()