Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
hpp-spline
Commits
9ea1505c
Commit
9ea1505c
authored
Mar 14, 2017
by
Steve Tonneau
Committed by
stevet
Mar 19, 2018
Browse files
disabled python bindings by default
parent
3bc16372
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9ea1505c
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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