Skip to content

Commit

Permalink
Use standard rosdep keyname for Eigen3 dependency. (ros2#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Jun 17, 2017
1 parent e93bffc commit 07a4ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orocos_kdl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<license>LGPL</license>

<buildtool_depend>cmake</buildtool_depend>
<build_depend>Eigen3</build_depend>
<build_depend>eigen</build_depend>

<exec_depend>Eigen3</exec_depend>
<exec_depend>eigen</exec_depend>
<exec_depend>pkg-config</exec_depend>

<test_depend>cppunit</test_depend>
Expand Down

0 comments on commit 07a4ab6

Please sign in to comment.