-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[pcl] Update to 1.10.0 #10042
[pcl] Update to 1.10.0 #10042
Conversation
-list(APPEND PCL_LIBRARIES ${BOOST_LIBRARIES} ${QHULL_LIBRARIES} ${OPENNI_LIBRARIES} ${OPENNI2_LIBRARIES} ${ENSENSO_LIBRARIES} ${davidSDK_LIBRARIES} ${DSSDK_LIBRARIES} ${RSSDK_LIBRARIES} ${FLANN_LIBRARIES} ${VTK_LIBRARIES}) | ||
+list(APPEND PCL_LIBRARIES ${BOOST_LIBRARIES} ${QHULL_LIBRARIES} ${OPENNI_LIBRARIES} ${OPENNI2_LIBRARIES} ${ENSENSO_LIBRARIES} ${davidSDK_LIBRARIES} ${DSSDK_LIBRARIES} ${RSSDK_LIBRARIES} flann::flann_cpp ${VTK_LIBRARIES}) | ||
list(APPEND PCL_LIBRARIES ${BOOST_LIBRARIES} ${QHULL_LIBRARIES} ${OPENNI_LIBRARIES} ${OPENNI2_LIBRARIES} ${ENSENSO_LIBRARIES} ${davidSDK_LIBRARIES} ${DSSDK_LIBRARIES} ${RSSDK_LIBRARIES} ${RSSDK2_LIBRARIES} ${VTK_LIBRARIES}) | ||
-if (TARGET FLANN::FLANN) |
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.
Instead of patching all the FLANN::FLANN targets away. Do the following:
- do not remove FindFLANN.cmake
- make/patch FindFLANN to find the flann configs
- reroute the targets defined by the flann config (e.g. flann::flann_cpp) to be FLANN::FLANN via add_library(FLANN::FLANN ALIAS flann::flann_cpp)
doing it that way requires less patches
@Neumann-A When I try to build
Any ideas? And I found that |
Related issue #9765 |
@Neumann-A No idea. Did not encounter that issue |
/azp run |
@JackBoosY, could you reoslve conficts? |
Can we get a pcl 1.11.0 update? Boost is very up to date on vcpkg but it breaks the old 1.9.1 pcl. There are a lot of boost related fixes upstream in the newer version of pcls. |
Probably should also add PointCloudLibrary/pcl#4096 as a patch so people don't complain about visualization missing |
@Neumann-A There are too many changes, I think we should wait to merge them into pcl master. |
Should wait for #12279 merge. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
any update? |
@bpoebiapl Once all test passed, this PR will be merged. |
Thanks for your contribution! |
thanks! |
This PR changes:
Related: #9986
Note: All features passed in the following triplets test: