Remove hard-coded eigen3 header path for linux hosts (#95)

Signed-off-by: Lukas Schäper <lukas.schaeper@wiedemann-group.com>
Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
This commit is contained in:
Lukas Schäper 2025-04-30 20:36:02 +02:00 committed by GitHub
parent 0e2f3025a1
commit 9a62fdc1b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,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}