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

CMake macro to find the assimp library #278

Closed luca-della-vedova closed 2 years ago

luca-della-vedova commented 2 years ago

🎉 New feature

Summary

This PR adds support to gz_find_package for finding the assimp package including the ability to specify a version.

Test it

It can be tested with the upstream PR in gz-common, try to build it with and without this branch and check that it fails without.

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.

chapulina commented 2 years ago

Triggered nightlies:

onurtore commented 2 years ago

Tested locally, LGTM.