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
Guilhem Saurel
hpp-fcl
Commits
1e7dc5f0
Commit
1e7dc5f0
authored
Dec 18, 2019
by
Gabriele Buondonno
Browse files
Default BUILD_PYTHON_INTERFACE to ON
parent
ec065956
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1e7dc5f0
...
...
@@ -63,7 +63,7 @@ include(cmake/ide.cmake)
# If needed, fix CMake policy for APPLE systems
APPLY_DEFAULT_APPLE_CONFIGURATION
()
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python bindings"
O
FF
)
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python bindings"
O
N
)
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
...
...
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