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

Make sure that private dependencies are correctly found in iDynTreeConfig.cmake when compiling as a static library #642

Merged
merged 1 commit into from
Jan 26, 2020

Commits on Jan 26, 2020

  1. Add missing find_dependency(OsqpEigen)

    Added find_dependency(OsqpEigen) and find_dependency(LibXml2) when iDynTree is compiled as a static library, fixing the use of iDynTree on Windows (#642).
    
    To reduce the possible unexpected problems, the automatic set of the `IDYNTREE_USES_<pkg>` CMake variable when the `<pkg>` CMake package is available in the system has
    been removed for Irrlicht and WORHP, as it was already disabled for ASSIMP and ALGLIB (#642).
    To use this dependencies it is now compulsory to set manually the `IDYNTREE_USES_<pkg>` variable to `ON`.
    traversaro committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    3baf020 View commit details
    Browse the repository at this point in the history