don't build pybullet unless asked for it, see this:
https://travis-ci.org/bulletphysics/bullet3/jobs/273018723
This commit is contained in:
@@ -315,9 +315,6 @@ FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG
|
|||||||
# python library should exactly match that of the interpreter
|
# python library should exactly match that of the interpreter
|
||||||
FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
|
FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
|
||||||
SET(DEFAULT_BUILD_PYBULLET OFF)
|
SET(DEFAULT_BUILD_PYBULLET OFF)
|
||||||
IF(PYTHONLIBS_FOUND)
|
|
||||||
SET(DEFAULT_BUILD_PYBULLET ON)
|
|
||||||
ENDIF(PYTHONLIBS_FOUND)
|
|
||||||
OPTION(BUILD_PYBULLET "Set when you want to build pybullet (Python bindings for Bullet)" ${DEFAULT_BUILD_PYBULLET})
|
OPTION(BUILD_PYBULLET "Set when you want to build pybullet (Python bindings for Bullet)" ${DEFAULT_BUILD_PYBULLET})
|
||||||
|
|
||||||
OPTION(BUILD_ENET "Set when you want to build apps with enet UDP networking support" ON)
|
OPTION(BUILD_ENET "Set when you want to build apps with enet UDP networking support" ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user