You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_path(LEVELDB_INCLUDENAMESleveldb/db.hPATHS$ENV{LEVELDB_ROOT}/include/opt/local/include/usr/local/include/usr/includeDOC"Path in which the file leveldb/db.h is located." )
mark_as_advanced(LEVELDB_INCLUDE)
# Look for the library.
# Does this work on UNIX systems? (LINUX)
find_library(LEVELDB_LIBSNAMESleveldbPATHS/usr/lib$ENV{LEVELDB_ROOT}/libDOC"Path to leveldb library." )
mark_as_advanced(LEVELDB_LIBS)
# Copy the results to the output variables.
if (LEVELDB_INCLUDE AND LEVELDB_LIBS)
message(STATUS"Found leveldb in ${LEVELDB_INCLUDE}${LEVELDB_LIBS}")