From 9a62fdc1b5191585160f30875a4ed55b7a3209af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Sch=C3=A4per?= Date: Wed, 30 Apr 2025 20:36:02 +0200 Subject: [PATCH] Remove hard-coded eigen3 header path for linux hosts (#95) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Schäper Co-authored-by: Alejandro Hernandez Cordero --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f245c3b..cb57b57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ target_include_directories(laser_geometry PUBLIC $ $ - ${Eigen3_INCLUDE_DIRS} ) target_link_libraries(laser_geometry PUBLIC ${sensor_msgs_TARGETS}