Skip to content
Snippets Groups Projects
Commit 95c7a5a0 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] only sot-core >= 4.1 is compatible with pinocchio 2

parent 3cf06338
No related branches found
Tags v0.0.4
No related merge requests found
......@@ -29,7 +29,7 @@ SETUP_PROJECT()
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")
ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("sot-core >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("sot-core >= 4.1.0")
ADD_REQUIRED_DEPENDENCY("sot-tools >= 2.0.0")
SET(BOOST_COMPONENTS filesystem system unit_test_framework)
......
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