summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindLMDB.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/FindLMDB.cmake b/cmake/modules/FindLMDB.cmake
index d0681ee..bd29036 100644
--- a/cmake/modules/FindLMDB.cmake
+++ b/cmake/modules/FindLMDB.cmake
@@ -23,7 +23,6 @@ include(FindPackageHandleStandardArgs)
23find_package_handle_standard_args(LMDB DEFAULT_MSG LMDB_INCLUDE_DIR LMDB_LIBRARIES) 23find_package_handle_standard_args(LMDB DEFAULT_MSG LMDB_INCLUDE_DIR LMDB_LIBRARIES)
24 24
25if(LMDB_FOUND) 25if(LMDB_FOUND)
26 message(STATUS "Found lmdb (include: ${LMDB_INCLUDE_DIR}, library: ${LMDB_LIBRARIES})")
27 mark_as_advanced(LMDB_INCLUDE_DIR LMDB_LIBRARIES) 26 mark_as_advanced(LMDB_INCLUDE_DIR LMDB_LIBRARIES)
28 27
29 set(LMDB_VERSION "${MDB_VERSION_MAJOR}.${MDB_VERSION_MINOR}.${MDB_VERSION_PATCH}") 28 set(LMDB_VERSION "${MDB_VERSION_MAJOR}.${MDB_VERSION_MINOR}.${MDB_VERSION_PATCH}")