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

[CMake] depend on pinocchio v2

parent 50144111
No related branches found
No related tags found
No related merge requests found
Pipeline #3201 failed
......@@ -79,7 +79,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
#find_package(catkin QUIET COMPONENTS pinocchio)
ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.3.0")
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")
SET(BOOST_REQUIERED_COMPONENTS filesystem system)
SET(BOOST_BUILD_COMPONENTS 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