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
Humanoid Path Planner
hpp-pinocchio
Commits
a0ee2165
Commit
a0ee2165
authored
Dec 04, 2019
by
Alexis Nicolin
Committed by
Joseph Mirabel
Dec 04, 2019
Browse files
[CMake] Fix Pinocchio dep >= 2.1.10
parent
34e14d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a0ee2165
...
...
@@ -60,7 +60,7 @@ SEARCH_FOR_BOOST()
# Search for dependecies.
ADD_REQUIRED_DEPENDENCY
(
"hpp-util >= 3.2"
)
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 2.1.
2
"
)
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 2.1.
10
"
)
ADD_REQUIRED_DEPENDENCY
(
"eigen3 >= 3.2.92"
)
ADD_OPTIONAL_DEPENDENCY
(
"romeo_description >= 0.2"
)
...
...
Write
Preview
Supports
Markdown
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