From cdca9b04884a4852fbc287450edcbe372946251b Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 7 Feb 2017 20:40:07 +0100 Subject: [PATCH] Accept bullet 283 on appveyor as well --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ba04426f4..be734a8caa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()