Skip to content

Commit 1073aca

Browse files
scheunemanntfoote
authored andcommitted
also export Eigen3 include directories (#102)
1 parent 264da54 commit 1073aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2_eigen/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ if(BUILD_TESTING)
3434
endif()
3535
endif()
3636

37-
ament_export_include_directories(include)
37+
ament_export_include_directories(include ${EIGEN3_INCLUDE_DIR})
3838
ament_export_dependencies(tf2_ros)
3939
ament_package()

0 commit comments

Comments
 (0)