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

Fix find_package(iDynTree) when IDYNTREE_USES_ASSIMP is ON and BUILD_SHARED_LIBS is OFF #667

Merged
merged 8 commits into from
Apr 3, 2020

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Apr 3, 2020

If iDynTree builds static libraries, then the iDynTreeConfig.cmake should call find_dependency(assimp REQUIRED).

Furthermore, add a workaround for robotology/whole-body-estimators#60 .

…SHARED_LIBS is OFF

If iDynTree builds static libraries, then the `iDynTreeConfig.cmake` should call `find_dependency(assimp REQUIRED)`
@traversaro
Copy link
Member Author

This is a fix similar to #642 .

@traversaro
Copy link
Member Author

macOS build are failing due to robotology/whole-body-estimators#60 .

@traversaro
Copy link
Member Author

I also added a workaround for robotology/whole-body-estimators#60 to avoid the macOS failures. The workaround assumes that the runner version gets updated together with the ImageVersion, but I am not sure if that is the case, see actions/runner-images#670 .

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