gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
619 stars 251 forks source link

Rephrase cmake comment about CMP0077 #2419

Closed scpeters closed 1 month ago

scpeters commented 1 month ago

🦟 Bug fix

Improves a cmake comment

Summary

While updating cmake logic as part of https://github.com/gazebosim/gz-cmake/issues/350, I noticed a typo in the cmake version in a comment about setting policy CMP0077 (13.13 instead of 3.13), so I've fixed the typo and also rephrased the comment to refer to the cmake_minimum_version instead of the cmake version, since the policy would have no effect on old versions of cmake; it only affects newer versions of cmake while the cmake_minimum_version is set to a version older than 3.13.

cc @Blast545

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.