try to re-enable continuous integration
This commit is contained in:
@@ -317,7 +317,7 @@ IF(BUILD_PYBULLET)
|
|||||||
# first find the python interpreter
|
# first find the python interpreter
|
||||||
FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG})
|
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)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
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