Skip to content

Commit

Permalink
Merge pull request #482 from nobleo/master
Browse files Browse the repository at this point in the history
catkin not required for pure cmake packages
  • Loading branch information
pomerlef committed Dec 17, 2021
2 parents fc7cd5d + 131722b commit 7c088aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<run_depend>boost</run_depend>
<run_depend>libnabo</run_depend>
<run_depend>eigen</run_depend>
<run_depend>catkin</run_depend>
<run_depend condition="$ROS_VERSION == 1">catkin</run_depend>

<export>
<build_type>cmake</build_type>
Expand Down

0 comments on commit 7c088aa

Please sign in to comment.