From 979dc66f2b6267e9687c41332b7e19a6bdc62a2a Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Mon, 1 Jun 2026 17:36:09 +0800 Subject: [PATCH] Remove unused linking with 'pcl_visualization' 'pcl_visualization' is not used by 'outofcore_test'. This will fix the '-D BUILD_visualization=OFF -D BUILD_global_tests=ON' configuration --- test/outofcore/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/outofcore/CMakeLists.txt b/test/outofcore/CMakeLists.txt index 7ce9303bcd2..ef579f460ec 100644 --- a/test/outofcore/CMakeLists.txt +++ b/test/outofcore/CMakeLists.txt @@ -12,4 +12,4 @@ endif() PCL_ADD_TEST (outofcore_test test_outofcore FILES test_outofcore.cpp - LINK_WITH pcl_gtest pcl_common pcl_io pcl_filters pcl_outofcore pcl_visualization) + LINK_WITH pcl_gtest pcl_common pcl_io pcl_filters pcl_outofcore)