- Bump version to 3.1.0 (#8)
- Contributors: Michael Carroll
- Bump version to 3.0.0 (#7)
- Add in a dependency on spdlog_vendor. (#6) * Add in a dependency on spdlog_vendor. That way when building on e.g. Windows, the paths to spdlog will be setup properly before trying to build this vendor package. * Also remove the spdlog dependency. That's because we will just depend on the vendor package to provide that dependency for us as necessary. ---------
- Remove the BUILD_DOCS cmake argument. (#5) It is apparently deprecated in newer Gazebo.
- Apply prerelease suffix (#4)
- Upgrade to Ionic
- Contributors: Addisu Z. Taddese, Chris Lalancette
- Use an alias target for the root library (#3) Without this patch, doing find_package(gz-utils) (or any vendor package) multiple times in a single CMakeLists file fails with an error indicating that cmake cannot create the imported target because another target with the same name already exists.
- Contributors: Addisu Z. Taddese
- Add support for the <pkg>::<pkg> and <pkg>::all targets, fix sourcing of dsv files
- Contributors: Addisu Z. Taddese