mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Accept bullet 283 on appveyor as well
This commit is contained in:
parent
dfa43af818
commit
cdca9b0488
@ -255,7 +255,7 @@ IF(BOOST_STATIC)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(REQUIRED_BULLET_VERSION 286) # Bullet 286 required due to runtime bugfixes for btCapsuleShape
|
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
|
set(REQUIRED_BULLET_VERSION 283) # but for build testing, 283 is fine
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user