flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.25k stars 648 forks source link

Unable to provide HDF5_DIR #376

Open blackball opened 6 years ago

blackball commented 6 years ago

Hi,

My hdf5 is installed though conda. It has headers and libs, but I couldn't find a config.cmake file thus unable to provide a valid HDF5_DIR, which is very annoying. Do you know if there's a clean way to manually provide the include amd lib dirs for flann to build ?

Thanks!