Skip to content

Commit

Permalink
Merge pull request #1518 from robotology/fixidyndeps
Browse files Browse the repository at this point in the history
BuildiDynTree: Ensure that there are no cross-talking with YARP and ICUB
  • Loading branch information
traversaro authored Nov 13, 2023
2 parents dbc7b07 + c2b2472 commit ed30fe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/BuildiDynTree.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ ycm_ep_helper(iDynTree TYPE GIT
-DIDYNTREE_USES_OSQPEIGEN:BOOL=ON
-DIDYNTREE_USES_IRRLICHT:BOOL=${glfw3_FOUND}
-DIDYNTREE_USES_ASSIMP:BOOL=ON
-DCMAKE_DISABLE_FIND_PACKAGE_YARP:BOOL=ON
-DIDYNTREE_USES_YARP:BOOL=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_ICUB:BOOL=ON
-DIDYNTREE_USES_ICUB_MAIN:BOOL=OFF
-DIDYNTREE_USES_MATLAB:BOOL=${ROBOTOLOGY_USES_MATLAB}
-DIDYNTREE_USES_PYTHON:BOOL=${ROBOTOLOGY_USES_PYTHON}
-DIDYNTREE_USES_OCTAVE:BOOL=${ROBOTOLOGY_USES_OCTAVE}
Expand Down

0 comments on commit ed30fe7

Please sign in to comment.