diff --git a/CMakeLists.txt b/CMakeLists.txt index 62827e34d9c2606e171166186fdca7b42e7a46cb..41adbb7deb395bcff75689a95d17522cb2d2b2a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)