Skip to content

Commit

Permalink
Require iDynTree 12.2.0 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 23, 2024
1 parent 9ad6dab commit 30a2c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(YARP_REQUIRED_VERSION 3.0.1)

find_package(YARP ${YARP_REQUIRED_VERSION} REQUIRED COMPONENTS robotinterface idl_tools eigen os sig)
find_package(Eigen3 REQUIRED)
find_package(iDynTree 10.0.0 REQUIRED)
find_package(iDynTree 12.2.0 REQUIRED)
find_package(ICUB REQUIRED)

yarp_configure_plugins_installation(${PROJECT_NAME})
Expand Down

0 comments on commit 30a2c01

Please sign in to comment.