Skip to content

Commit 38fc38f

Browse files
author
Michael Koval
committed
Changed package.xml to build Boost.Numpy_Eigen.
1 parent b3980f6 commit 38fc38f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<depend>boost</depend>
2020
<depend>dart</depend>
2121
<depend>python</depend>
22-
<exec_depend>boost_numpy_eigen</exec_depend>
22+
<!-- This should be a <build_depend>, but is listed as a <depend> to get
23+
catkin_build to build it as a dependency of dartpy. -->
24+
<depend>boost_numpy_eigen</depend>
2325
<!-- These are required by REP-136. -->
2426
<exec_depend>catkin</exec_depend>
2527
<export>

0 commit comments

Comments
 (0)