From 52c58a8886a704e6294e12ecfdce1ccfa16eaa29 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 7 Sep 2017 18:39:59 -0700 Subject: [PATCH] turn off compiling pybullet using cmake, cmake's lack of finding python is broken beyond repair, let's just use pip/setuptools instead. See also: https://travis-ci.org/bulletphysics/bullet3/jobs/273121440 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2ad176f4..d568af5d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: script: - echo "CXX="$CXX - echo "CC="$CC - - cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror + - cmake . -DBUILD_PYBULLET=OFF -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror - make -j8 - ctest -j8 --output-on-failure # Build again with double precision