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
Guilhem Saurel
sot-application
Commits
53f9df80
Commit
53f9df80
authored
Jan 06, 2017
by
Olivier Stasse
Browse files
Fix dependency to sot-dynamic-pinocchio and not to sot-dynamic.
parent
9ca92bcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
53f9df80
...
...
@@ -30,7 +30,7 @@ SET(PROJECT_URL "https://github.com/stack-of-tasks/sot-application")
SETUP_PROJECT
()
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY
(
"sot-dynamic >= 2.8"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-dynamic
-pinocchio
>= 2.8"
)
# Add subdirectories.
ADD_SUBDIRECTORY
(
src
)
...
...
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