Skip to content
Snippets Groups Projects
Commit a076a6d6 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix problem related to the release level of some mainstream repositories.

parent 52c7440e
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -38,16 +38,16 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES ...@@ -38,16 +38,16 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
SETUP_PROJECT() SETUP_PROJECT()
# Search for dependencies. # Search for dependencies.
ADD_REQUIRED_DEPENDENCY("jrl-mal >= 1.19") ADD_REQUIRED_DEPENDENCY("jrl-mal >= 1.9.0")
ADD_REQUIRED_DEPENDENCY("jrl-dynamics >= 1.19") ADD_REQUIRED_DEPENDENCY("jrl-dynamics >= 1.19.0")
ADD_REQUIRED_DEPENDENCY("hrp2-dynamics >= 1.5") ADD_REQUIRED_DEPENDENCY("hrp2-dynamics >= 1.5.0")
ADD_REQUIRED_DEPENDENCY("hrp2-10-optimized >= 1.0.1") ADD_REQUIRED_DEPENDENCY("hrp2-10-optimized >= 1.0.1")
ADD_REQUIRED_DEPENDENCY("hrp2-10 >= 1.1") ADD_REQUIRED_DEPENDENCY("hrp2-10 >= 1.0.1")
ADD_REQUIRED_DEPENDENCY("hrp2-14 >= 1.8") ADD_REQUIRED_DEPENDENCY("hrp2-14 >= 1.8")
ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 2.5") ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 2.5.0")
ADD_REQUIRED_DEPENDENCY("sot-core >= 2.5") ADD_REQUIRED_DEPENDENCY("sot-core >= 2.5")
# List plug-ins that will be compiled. # List plug-ins that will be compiled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment