Use pointmatcher with CGAL fail #8123
Unanswered
linbeijianbaoxia
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Part of Boost libraries are not found correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@lrineau Thank you very much for your suggestion, I will give it a try. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to run the PointMatcher example program from CGAL's Point Set Processing: https://doc.cgal.org/latest/Point_set_processing_3/index.html#Point_set_processing_3Examples_registration_PointMatcher. I have successfully installed libpointmatcher, version 1.3.1. When I tried to compile the example project using CMake,
find_package(libpointmatcher QUIET)
also successfully found my libpointmatcher library, but it seems thatif(TARGET CGAL::pointmatcher_support)
did not pass, resulting in the corresponding project not being compiled. This has confused me about where the problem lies. Below is the information output during CMake compilation:I'm not sure if it's related to the Boost version, as my CGAL was installed directly using vcpkg.
Environment
Beta Was this translation helpful? Give feedback.
All reactions