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 missing link to OpenAL in gazebo_util library #2941

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

traversaro
Copy link
Collaborator

By inspecting the CMakeLists.txt of gazebo_util due to debugging the problem in RoboStack/ros-noetic#55, I noticed that the if HAVE_OPENAL is defined, the OpenAL library is used in gazebo_util, but it is never linked to it, while gazebo_util is linked to it but just with PRIVATE visibility.

Even if this is not the problem that is causing RoboStack/ros-noetic#55 (as I never saw the same problem on Gazebo with Homebrew) in any case this missing link is wrong, so it make sense to fix it.

@traversaro
Copy link
Collaborator Author

I tested the fix on a custom GitHub Action-based CI that uses conda-forge provided dependencies, and indeed this seems to solve the problem: traversaro/gazebo-conda-forge-ci#1 .

@j-rivero j-rivero self-requested a review March 3, 2021 17:06
@j-rivero
Copy link
Contributor

j-rivero commented Mar 3, 2021

@osrf-jenkins run tests please. Looks good to me, thanks Silvio. Let's see if we can get a good CI results.

@scpeters scpeters merged commit 0b78ec1 into gazebosim:gazebo11 Mar 25, 2021
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.

None yet

3 participants