Skip to content

Commit be18165

Browse files
ruslomvieth
authored andcommitted
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
1 parent f99dc15 commit be18165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/outofcore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ endif()
1212

1313
PCL_ADD_TEST (outofcore_test test_outofcore
1414
FILES test_outofcore.cpp
15-
LINK_WITH pcl_gtest pcl_common pcl_io pcl_filters pcl_outofcore pcl_visualization)
15+
LINK_WITH pcl_gtest pcl_common pcl_io pcl_filters pcl_outofcore)

0 commit comments

Comments
 (0)