c++cmakelmdbgloggflags

Could NOT find LMDB (missing: LMDB_INCLUDE_DIR LMDB_LIBRARIES)


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?


Solution

  • 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.