Skip to content

Commit

Permalink
WBToolbox: Explicitly enable dependency on ICUB, qpOASES and OsqpEigen (
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 24, 2021
1 parent 9a91bee commit 801824f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmake/BuildWBToolbox.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ find_or_build_package(ICUB QUIET)
find_or_build_package(iDynTree QUIET)
find_or_build_package(qpOASES QUIET)
find_or_build_package(BlockFactory QUIET)
find_or_build_package(OsqpEigen QUIET)

ycm_ep_helper(WBToolbox TYPE GIT
STYLE GITHUB
Expand All @@ -18,10 +19,14 @@ ycm_ep_helper(WBToolbox TYPE GIT
COMPONENT dynamics
FOLDER src
CMAKE_ARGS -DWBT_USES_MATLAB:BOOL=${ROBOTOLOGY_USES_MATLAB}
-DWBT_USES_ICUB:BOOL=ON
-DWBT_USES_QPOASES:BOOL=ON
-DWBT_USES_OSQPEIGEN:BOOL=ON
DEPENDS YARP
ICUB
iDynTree
qpOASES
BlockFactory)
BlockFactory
OsqpEigen)

set(WBToolbox_CONDA_DEPENDENCIES eigen)

0 comments on commit 801824f

Please sign in to comment.