diff --git a/cmake/modules/CoDyCoFindDependencies.cmake b/cmake/modules/CoDyCoFindDependencies.cmake index cab67762..8c3690ca 100644 --- a/cmake/modules/CoDyCoFindDependencies.cmake +++ b/cmake/modules/CoDyCoFindDependencies.cmake @@ -1,7 +1,7 @@ #### Find Eigen3 find_package(Eigen3 3.2 REQUIRED) -find_package(iDynTree 0.3.14 REQUIRED) +find_package(iDynTree 0.8.1 REQUIRED) find_package(yarpWholeBodyInterface 0.3.5 REQUIRED) find_package(paramHelp 0.0.3 REQUIRED) -find_package(TinyXML) \ No newline at end of file +find_package(TinyXML)