Skip to content

Commit

Permalink
Disable generation of conda packages for idyntree-yarp-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 5, 2024
1 parent eecd8c8 commit 2d931a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmake/RobotologySuperbuildLogic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ if(ROBOTOLOGY_ENABLE_DYNAMICS)
find_or_build_package(idyntree-matlab-bindings)
endif()
find_or_build_package(OsqpEigen QUIET)
find_or_build_package(idyntree-yarp-tools)
# Let's not generate conda packages for idyntree-yarp-tools until
# https://github.com/robotology/idyntree-yarp-tools/issues/50 is fixed
if(NOT ROBOTOLOGY_GENERATE_CONDA_RECIPES)
find_or_build_package(idyntree-yarp-tools)
endif()
find_or_build_package(qpOASES)
find_or_build_package(BlockFactory)
find_or_build_package(WBToolbox)
Expand Down

0 comments on commit 2d931a8

Please sign in to comment.