From 2d3cd8d0917ec05d77d154401eca2725e11a5f6f Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 18 Sep 2017 18:14:46 -0700 Subject: [PATCH] disable NUMPY build by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8eb1c0b44..88f7385b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,7 +326,7 @@ OPTION(BUILD_CLSOCKET "Set when you want to build apps with enet TCP networking IF(BUILD_PYBULLET) - OPTION(BUILD_PYBULLET_NUMPY "Set when you want to build pybullet with NumPy support" ON) + OPTION(BUILD_PYBULLET_NUMPY "Set when you want to build pybullet with NumPy support" OFF) OPTION(BUILD_PYBULLET_ENET "Set when you want to build pybullet with enet UDP networking support" ON) OPTION(BUILD_PYBULLET_CLSOCKET "Set when you want to build pybullet with enet TCP networking support" ON)