Could NOT find LMDB (missing: LMDB_INCLUDE_DIR LMDB_LIBRARIES)

2.7k Views Asked by At

Windows 10 Visual Studio 14

I am trying to build a c++ code based on this github repository. However, when I try to generate lib files in Cmake I get this error:

enter image description here

How can I make it recognize LMDB, GFALGS, and GLOG?

1

There are 1 best solutions below

2
Arubertoson On BEST ANSWER

Apparently I'm not allowed to comment yet, but I would like to point you to the documentation: FindHDF5.

I can't find anything about HDF5_DIR but I did find HDF5_ROOT.

HDF5_ROOT

Specify the path to the HDF5 installation to use.