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
0dd4c464
Verified
Commit
0dd4c464
authored
Mar 13, 2020
by
Justin Carpentier
Browse files
cmake/python: add informative message to install lxml
parent
77b16a31
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
0dd4c464
...
...
@@ -61,6 +61,7 @@ ELSE()
ELSE
()
SET
(
ENABLE_DOXYGEN_AUTODOC FALSE
)
MESSAGE
(
STATUS
"Python package lxml not found. Python bindings will not be documented."
)
MESSAGE
(
STATUS
" You can install it with: pip install lxml"
)
ENDIF
()
EXECUTE_PROCESS
(
COMMAND
${
PYTHON_EXECUTABLE
}
-c
"import pylatexenc"
...
...
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