-
-
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
libpcl_geometry did not build #1810
Comments
Can you post the output of cmake when you run it? There should be some
lines similar to this:
```
-- The following subsystems will be built:
-- common
-- The following subsystems will not be built:
-- octree: Disabled manually.
-- io: Disabled manually.
-- kdtree: Disabled manually.
-- search: Disabled manually.
-- sample_consensus: Disabled manually.
-- filters: Disabled manually.
-- 2d: Disabled manually.
-- geometry: Disabled manually.
...
```
Also, if you like bleeding edge you could try to merge #1786 and see
if it makes a difference.
|
By doing cmake I have the following output :
thank you ! |
Did you figure it out yet? Still having the same issues here. |
Hey. That's because the geometry module is a header only module. Just include the headers and that should be enough. |
i am also getting same error |
Closing. CI is green + issue is old |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to use a specific software, I need to use geometry lib of PCL.
However, I noticed that libpcl_geometry has not been built even If I checked that build_geometry has been turned on.
My Environment
Expected Behavior
As on ccmake I turned on build_geometry it should be built. However at the end of the process I don't have any lib concerning libpcl_geometry. It does not work only this one.
Thank you
The text was updated successfully, but these errors were encountered: