Skip to content

Commit

Permalink
Remove unnecessary dependency to test_correspondence_estimation.
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Jan 27, 2025
1 parent 29ddc5d commit d615726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/registration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PCL_ADD_TEST(registration_warp_api test_warps

PCL_ADD_TEST(correspondence_estimation test_correspondence_estimation
FILES test_correspondence_estimation.cpp
LINK_WITH pcl_gtest pcl_io pcl_registration pcl_features)
LINK_WITH pcl_gtest pcl_registration pcl_features)

if(BUILD_io)
PCL_ADD_TEST(a_registration_test test_registration
Expand Down
1 change: 0 additions & 1 deletion test/registration/test_correspondence_estimation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
*/

#include <pcl/test/gtest.h>
#include <pcl/io/pcd_io.h>
#include <pcl/registration/correspondence_estimation_normal_shooting.h>
#include <pcl/features/normal_3d.h>
#include <pcl/kdtree/kdtree.h>
Expand Down

0 comments on commit d615726

Please sign in to comment.