gazebosim / gz-msgs

Messages for Gazebo robot simulation.
https://gazebosim.org
Apache License 2.0
21 stars 45 forks source link

`gz-cmake-extras.cmake.in` uses `cmake_path` which was introduced in cmake 3.20 but minimum required version is 3.10.2 #423

Closed azeey closed 8 months ago

azeey commented 8 months ago

Environment

Description

mjcarroll commented 8 months ago

Yes, that is certainly incorrect. I didn't realize cmake_path was that new. I can update the logic to avoid it.