gazebosim / gz-cmake

A set of CMake modules that are used by the C++-based Gazebo projects.
https://gazebosim.org/libs/cmake
Apache License 2.0
27 stars 31 forks source link

Fix package argument in manual search macro #271

Closed scpeters closed 2 years ago

scpeters commented 2 years ago

🦟 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 is package in everywhere except two places where it is PACKAGE_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/387

Checklist

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.