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

FindUUID: Do not wrap LIBRARY_NAMES argument with quotes #315

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Oct 21, 2022

🦟 Bug fix

Fixes conda-forge/libignition-cmake0-feedstock#32 .

Summary

Apparently FindUUID does not find uuid if pkg-config is not installed in the system, even if #95 should have added support for this. This was due to a bug in #95 that is fixed in this PR: multiple arguments to a parameter should not be passed inside quotes, otherwise there are considered as a single parameter.

For consistency, I also removed the quotes from the other arguments to the same function call.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Silvio <silvio@traversaro.it>
@scpeters
Copy link
Member

thanks for the fix!

@scpeters scpeters merged commit 6792e79 into gazebosim:ign-cmake2 Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel 🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants