Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Chemin
curves
Commits
62165aed
Commit
62165aed
authored
Mar 14, 2017
by
Steve Tonneau
Browse files
disabled python bindings by default
parent
a1d9c6f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
62165aed
...
...
@@ -21,7 +21,7 @@ include_directories(${EIGEN3_INCLUDE_DIR})
SETUP_PROJECT
()
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python binding"
O
N
)
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python binding"
O
FF
)
IF
(
BUILD_PYTHON_INTERFACE
)
# search for python
FINDPYTHON
(
2.7 REQUIRED
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment