Update CMakeLists.txt

remove 'experimental' from Python bindings, since it has been in use for quite a while without issues.
This commit is contained in:
erwincoumans
2017-04-11 13:07:29 -07:00
committed by GitHub
parent d201c422da
commit 92a3444076

View File

@@ -254,7 +254,7 @@ 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)
OPTION(BUILD_PYBULLET "Set when you want to build pybullet (Python bindings for Bullet)" OFF)
OPTION(BUILD_ENET "Set when you want to build apps with enet UDP networking support" ON)
OPTION(BUILD_CLSOCKET "Set when you want to build apps with enet TCP networking support" ON)