Skip to content

Commit

Permalink
Issue #576: Removed dependency on whole-body-controllers.
Browse files Browse the repository at this point in the history
This dependency can create a problem if whole-body-controllers starts depending
on matlab-whole-body-simulator (see robotology/whole-body-controllers#95 (comment)).
As the dependency is not required at install time, we can drop it.
  • Loading branch information
nunoguedelha committed Apr 24, 2021
1 parent a0b850d commit d9a18a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/Buildmatlab-whole-body-simulator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ include(FindOrBuildPackage)
find_or_build_package(yarp-matlab-bindings QUIET)
find_or_build_package(WBToolbox QUIET)
find_or_build_package(icub-models QUIET)
find_or_build_package(whole-body-controllers QUIET)

set(matlab-whole-body-simulator_DEPENDS "")
list(APPEND matlab-whole-body-simulator_DEPENDS yarp-matlab-bindings)
list(APPEND matlab-whole-body-simulator_DEPENDS WBToolbox)
list(APPEND matlab-whole-body-simulator_DEPENDS icub-models)
list(APPEND matlab-whole-body-simulator_DEPENDS whole-body-controllers)

ycm_ep_helper(matlab-whole-body-simulator TYPE GIT
STYLE GITHUB
Expand Down

0 comments on commit d9a18a1

Please sign in to comment.