Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildiDynTree: Ensure that there are no cross-talking with YARP and ICUB #1518

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Nov 13, 2023

iDynTree that does not depend on YARP and ICUB, but it still searches them as they are used in some tests. However, in the robotology-superbuild we do not want to build iDynTree with YARP and ICUB support, so let's pass to the build some options to ensure that the YARP and ICUB support is never enabled, as it can create some problems in some corner-cases (reported by @S-Dafarra).

If you are not familiar with the CMAKE_DISABLE_FIND_PACKAGE_<PackageName> option, check https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html .

@traversaro traversaro requested a review from S-Dafarra November 13, 2023 10:02
@traversaro traversaro merged commit ed30fe7 into master Nov 13, 2023
34 checks passed
@traversaro traversaro deleted the fixidyndeps branch November 13, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants