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

Conflict with CMake's FindDart.cmake module when compiling a downstream project that depends on gazebo #384

Closed
traversaro opened this issue Mar 13, 2018 · 3 comments

Comments

@traversaro
Copy link
Contributor

Some homebrew users of the https://github.com/robotology/robotology-superbuild on macOS (@DanielePucci) are reporting the impossibility of compiling a project that calls find_package(gazebo REQUIRED) when using the latest gazebo9 installed by homebrew.

I investigated a bit, and the problem is that:

The possibility of fixing this are (as far as I can think):

  • either to patch the gazebo-config.cmake contained in the bottle to contain the line find_package(DART ${GAZEBO_DART_MIN_REQUIRED_VERSION} REQUIRED CONFIG)
  • fix the problem in Gazebo upstream, and do a new release from which to generate a bottle.
@traversaro
Copy link
Contributor Author

traversaro commented Mar 13, 2018

@scpeters
Copy link
Member

I'm adding a patch to the gazebo9 formula in #386

@traversaro
Copy link
Contributor Author

Thanks!

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

No branches or pull requests

2 participants