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

Don't set VTK_LIBRARIES manually #1760

Merged
merged 1 commit into from
May 30, 2017

Conversation

jspricke
Copy link
Member

On a current Debian unstable system this results in:

/usr/bin/ld: cannot find -lQt5::Widgets

I assume that it made sense when we required only some of the VTK
libraries, but setting it to all doesn't make a difference, unless your
system is different to the one PCL was compiles on.

On a current Debian unstable system this results in:

/usr/bin/ld: cannot find -lQt5::Widgets

I assume that it made sense when we required only some of the VTK
libraries, but setting it to all doesn't make a difference, unless your
system is different to the one PCL was compiles on.
@SergioRAgostinho
Copy link
Member

So if I understand correctly, before your change, assuming you had a project which had a dependency on VTK, this was overwriting the VTK_LIBRARIES to whatever was found during PCL compilation, which might be an issue if PCL is compiled in a different system.

@jspricke
Copy link
Member Author

@SergioRAgostinho exactly.

@SergioRAgostinho SergioRAgostinho merged commit ecd2e89 into PointCloudLibrary:master May 30, 2017
@jspricke jspricke deleted the cmake_vtk branch May 30, 2017 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants