Skip to content

Commit

Permalink
Remove hard-coded eigen3 header path for linux hosts
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Schäper <[email protected]>
  • Loading branch information
lcschaeper committed May 27, 2024
1 parent ddf67cb commit dabee2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ target_include_directories(laser_geometry
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include/${PROJECT_NAME}>
${Eigen3_INCLUDE_DIRS}
)
target_link_libraries(laser_geometry PUBLIC
${sensor_msgs_TARGETS}
Expand Down

0 comments on commit dabee2a

Please sign in to comment.