tweak cmake, add option BUILD_PYBULLET

This commit is contained in:
Erwin Coumans
2016-05-03 23:42:19 -07:00
parent 938db633df
commit f0b9037cd2
2 changed files with 5 additions and 2 deletions

View File

@@ -191,6 +191,7 @@ IF (APPLE)
ENDIF()
OPTION(BUILD_BULLET3 "Set when you want to build Bullet 3" ON)
OPTION(BUILD_PYBULLET "Set when you want to build pybullet (experimental Python bindings for Bullet)" OFF)
IF(BUILD_BULLET3)
IF(APPLE)