-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove global includes from PCL_SUBSYS_DEPEND in PCL_TARGETS and adjust accordingly #6013
base: master
Are you sure you want to change the base?
Conversation
68ecf25
to
9288783
Compare
1db98c8
to
35076b9
Compare
437bbbe
to
1decaef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, I just have one small comment.
@@ -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_registration pcl_features) | |||
LINK_WITH pcl_gtest pcl_io pcl_registration pcl_features) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this change (and the one above with PCL_SET_TEST_DEPENDENCIES
) are necessary because test_correspondence_estimation.cpp includes pcd_io.h? It seems like including pcd_io.h is not actually necessary there, so we can instead remove that include and leave this CMakeLists.txt unchanged.
No description provided.