Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

larshg
Copy link
Contributor

@larshg larshg commented Apr 18, 2024

No description provided.

@larshg larshg changed the title Remove global includes from PCL_TARGETS in PCL_SUBSYS_DEPEND and adjust accordingly Remove global includes from PCL_SUBSYS_DEPEND in PCL_TARGETS and adjust accordingly Apr 18, 2024
@larshg larshg force-pushed the updateall branch 2 times, most recently from 68ecf25 to 9288783 Compare September 20, 2024 05:48
@larshg larshg force-pushed the updateall branch 5 times, most recently from 1db98c8 to 35076b9 Compare October 3, 2024 18:04
@larshg larshg force-pushed the updateall branch 2 times, most recently from 437bbbe to 1decaef Compare November 4, 2024 06:10
@larshg larshg requested a review from mvieth January 11, 2025 17:07
Copy link
Member

@mvieth mvieth left a 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)
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants