introlab / find-object

Find-Object project
http://introlab.github.io/find-object/
BSD 3-Clause "New" or "Revised" License
448 stars 189 forks source link

Add missing dependency on zlib #137

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

Unconditionally required here: https://github.com/cottsay/find-object/blob/635efcd6220cabc258b88c54b1ae4279035bbe31/CMakeLists.txt#L134

rosdep rules for zlib: https://github.com/ros/rosdistro/blob/eee874f940271cea17534d9cf9d87a526ba1dce2/rosdep/base.yaml#L8857-L8873

Should resolve RHEL 9 build failures on the buildfarm: https://build.ros2.org/view/Rbin_rhel_el964/job/Rbin_rhel_el964__find_object_2d__rhel_9_x86_64__binary/

Thanks!

matlabbe commented 1 year ago

Great! thx!