From c339be786cbe893eb7ed95c3f4c9f700103d43bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Mon, 31 Mar 2025 10:51:40 +0200 Subject: [PATCH 1/2] [refact] Remove auto target to external plugins --- Application/Client/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Application/Client/CMakeLists.txt b/Application/Client/CMakeLists.txt index 3c8533af5..d6166cc53 100644 --- a/Application/Client/CMakeLists.txt +++ b/Application/Client/CMakeLists.txt @@ -39,14 +39,6 @@ if (LIDARVIEW_USE_LIDARSLAM_PLUGIN) list(APPEND plugins_targets LidarSlam::paraview_wrapping) endif () -if (LIDARVIEW_USE_ROS2IO_PLUGIN) - list(APPEND plugins_targets Ros2IO::paraview_plugin) -endif () - -if (LIDARVIEW_USE_PCLPLUGIN_PLUGIN) - list(APPEND plugins_targets PCLPlugin::paraview_plugin) -endif () - paraview_client_add( NAME ${SOFTWARE_NAME} NAMESPACE "${SOFTWARE_NAME}" -- GitLab From 16fdad83a5b41d9d2b36ebbae7c3fb18f9576780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Mon, 31 Mar 2025 10:51:45 +0200 Subject: [PATCH 2/2] [submodule] Bump LVCore 62123fe4 Merge branch 'refact/dontSearchRos2PCLPlugins' into 'master' ecf34343 Merge branch 'feat/add2DBoxPropertyExample' into 'master' 8753518e Merge branch 'fix/FixOutlierRemoval' into 'master' --- LVCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LVCore b/LVCore index 496a5abef..62123fe46 160000 --- a/LVCore +++ b/LVCore @@ -1 +1 @@ -Subproject commit 496a5abefd365b0b82c1327a23f11a0f08782c3f +Subproject commit 62123fe467028a65f870187430d9f5a9d5540cdc -- GitLab