swri-robotics / mapviz

Modular ROS visualization tool for 2D data.
BSD 3-Clause "New" or "Revised" License
371 stars 144 forks source link

Avoid deprecated GLUT_LIBRARY variable #755

Closed lopsided98 closed 1 year ago

lopsided98 commented 2 years ago

GLUT_LIBRARY is deprecated, and, more importantly, is not normally set since CMake 3.22. This looks like a CMake bug, but it is good to not use deprecated things anyway.