ros-industrial / ros_industrial_cmake_boilerplate

Other
16 stars 14 forks source link

Add make_catkin_extras_config utility function #93

Closed Levi-Armstrong closed 3 months ago

Levi-Armstrong commented 5 months ago

Catkin does not support modern cmake so it only operates on variables. This requires us to generate a extras config which calls find package and appends the exported targets to the appropriate catkin variables.