Skip to content

Commit c531c70

Browse files
committed
add eigen dependency
1 parent 4892c47 commit c531c70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ endif()
77

88
find_package(ament_cmake REQUIRED)
99
find_package(ament_cmake_python REQUIRED)
10+
find_package(Eigen3 REQUIRED)
1011

1112
include_directories(include)
1213

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111
<buildtool_depend>ament_cmake_python</buildtool_depend>
1212

13+
<depend>eigen</depend>
14+
15+
1316
<export>
1417
<build_type>ament_cmake</build_type>
1518
</export>

0 commit comments

Comments
 (0)