tu-darmstadt-ros-pkg / hector_gazebo

hector_gazebo provides packages related to the simulation of robots using gazebo (gazebo plugins, world files etc.).
http://www.ros.org/wiki/hector_gazebo
184 stars 157 forks source link

add CMP0045 cmake policy before gazebo include in CMakeLists.txt #53

Closed redkite closed 5 years ago

redkite commented 5 years ago

This fixes compile time warnings due to the new cmake policy 0054. Only tested on melodic, since I don't have a working kinetic-setup. Since this was introduced with cmake 3.1 it should work on Ubuntu 16.04 though.

meyerj commented 5 years ago

Thanks, LGTM.