Skip to content
Snippets Groups Projects
Commit 9ea1505c authored by Steve Tonneau's avatar Steve Tonneau Committed by stevet
Browse files

disabled python bindings by default

parent 3bc16372
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