[ ] 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.
🦟 Bug fix
Fixes https://github.com/gazebosim/gz-common/issues/386 and typo from https://github.com/gazebosim/gz-cmake/pull/255
Summary
The package argument to
ign_manual_search
/gz_manual_search
ispackage
in everywhere except two places where it isPACKAGE_NAME
. I believe this typo is the cause of https://github.com/gazebosim/gz-common/issues/386 and am testing this fix in https://github.com/gazebosim/gz-common/pull/387Checklist
codecheck
passed (See contributing)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.