Skip to content

Commit

Permalink
iDynTreeDependencies: remove rosmsg and idl_tools
Browse files Browse the repository at this point in the history
They are a leftover of before idyntree-yarp-tools migration to a separate repo.
  • Loading branch information
traversaro authored Nov 27, 2023
1 parent 0aafd95 commit e2dcacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/iDynTreeDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(NOT TARGET LibXml2::LibXml2)
find_package(LibXml2 REQUIRED)
endif()

idyntree_handle_dependency(YARP COMPONENTS os dev math rosmsg idl_tools MAIN_TARGET YARP::YARP_os)
idyntree_handle_dependency(YARP COMPONENTS os dev math MAIN_TARGET YARP::YARP_os)
set(YARP_REQUIRED_VERSION 3.3)
if(IDYNTREE_USES_YARP AND YARP_FOUND)
if(${YARP_VERSION} VERSION_LESS ${YARP_REQUIRED_VERSION})
Expand Down

0 comments on commit e2dcacf

Please sign in to comment.