Skip to content
Snippets Groups Projects
Commit 62165aed authored by Steve Tonneau's avatar Steve Tonneau
Browse files

disabled python bindings by default

parent a1d9c6f5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ include_directories(${EIGEN3_INCLUDE_DIR})
SETUP_PROJECT()
OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" ON)
OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" OFF)
IF(BUILD_PYTHON_INTERFACE)
# search for python
FINDPYTHON(2.7 REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment