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
ndcurves
Commits
5509948a
Commit
5509948a
authored
Oct 10, 2019
by
Pierre Fernbach
Browse files
add optionnal dependency to pinocchio
parent
16fd849e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5509948a
...
...
@@ -18,6 +18,10 @@ SET(CXX_DISABLE_WERROR True)
SETUP_HPP_PROJECT
()
ADD_REQUIRED_DEPENDENCY
(
eigen3
)
ADD_OPTIONAL_DEPENDENCY
(
pinocchio
)
IF
(
PINOCCHIO_FOUND
)
ADD_DEFINITIONS
(
-DCURVES_WITH_PINOCCHIO_SUPPORT
)
ENDIF
(
PINOCCHIO_FOUND
)
SET
(
BOOST_COMPONENTS unit_test_framework serialization
)
...
...
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