Merge pull request #1069 from erwincoumans/master

fix typo
This commit is contained in:
erwincoumans
2017-04-11 19:24:48 +00:00
committed by GitHub

View File

@@ -269,7 +269,6 @@ IF(BUILD_PYBULLET)
OPTION(BUILD_PYBULLET_CLSOCKET "Set when you want to build pybullet with enet TCP networking support" ON) OPTION(BUILD_PYBULLET_CLSOCKET "Set when you want to build pybullet with enet TCP networking support" ON)
OPTION(BUILD_PYBULLET_MAC_USE_PYTHON_FRAMEWORK "Set when you want to use the Python Framework on Mac" ON) OPTION(BUILD_PYBULLET_MAC_USE_PYTHON_FRAMEWORK "Set when you want to use the Python Framework on Mac" ON)
+#if defined(__APPLE__) && (!defined(B3_NO_PYTHON_FRAMEWORK))
IF(BUILD_PYBULLET_NUMPY) IF(BUILD_PYBULLET_NUMPY)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR}/build3/cmake) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR}/build3/cmake)