mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 05:10:08 +00:00
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
This commit is contained in:
parent
86840bf50d
commit
52c58a8886
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user