Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Dec 18, 2023
1 parent 2f652a8 commit bfbb406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/BuildHumanDynamicsEstimation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_or_build_package(OsqpEigen QUIET)
if(ROBOTOLOGY_SUPERBUILD_BUILD_SEPARATE_YARP_ROS)
find_or_build_package(yarp-ros QUIET)
list(APPEND HumanDynamicsEstimation_OPTIONAL_DEPS yarp-ros)
endf()
endif()

ycm_ep_helper(HumanDynamicsEstimation TYPE GIT
STYLE GITHUB
Expand Down
2 changes: 1 addition & 1 deletion cmake/Buildblocktest-yarp-plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(blocktest-yarp-plugins_OPTIONAL_DEPS "")
if(ROBOTOLOGY_SUPERBUILD_BUILD_SEPARATE_YARP_ROS)
find_or_build_package(yarp-ros QUIET)
list(APPEND blocktest-yarp-plugins_OPTIONAL_DEPS yarp-ros)
endf()
endif()

ycm_ep_helper(blocktest-yarp-plugins TYPE GIT
STYLE GITHUB
Expand Down
2 changes: 1 addition & 1 deletion cmake/Buildidyntree-yarp-tools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_or_build_package(ICUB QUIET)
if(ROBOTOLOGY_SUPERBUILD_BUILD_SEPARATE_YARP_ROS)
find_or_build_package(yarp-ros QUIET)
list(APPEND idyntree-yarp-tools_OPTIONAL_DEPS yarp-ros)
endf()
endif()

ycm_ep_helper(idyntree-yarp-tools TYPE GIT
STYLE GITHUB
Expand Down

0 comments on commit bfbb406

Please sign in to comment.