From 92a34440762ab94aec1ee766ef41b176ab7b6ef7 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 11 Apr 2017 13:07:29 -0700 Subject: [PATCH] Update CMakeLists.txt remove 'experimental' from Python bindings, since it has been in use for quite a while without issues. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33fdba6bb..d24aefb9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)