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

Fix "CMakeLists.txt" in VFH tutorial #3449

Merged

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Nov 5, 2019

HDF5_hdf5_LIBRARY variable is not populated by find_package(HDF5), thus we are not linking to this library. Instead, this commit uses HDF5_LIBRARIES variable, which is what we want according to the CMake documentation.

This problem was reported in #3309.

HDF5_hdf5_LIBRARY variable is not populated by find_package(HDF5), thus
we are not linking to this library. Instead, this commit uses
HDF5_LIBRARIES variable, which is what we want according to the CMake
documentation.

This problem was reported in PointCloudLibrary#3309.
@SergioRAgostinho SergioRAgostinho merged commit c73a910 into PointCloudLibrary:master Nov 6, 2019
@taketwo taketwo deleted the fix-vfh-tutorial branch November 6, 2019 08:43
@taketwo taketwo changed the title Fix CMakeLists in VFH tutorial Fix "CMakeLists.txt" in VFH tutorial Jan 19, 2020
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