summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 18bcad0..2f9c93c 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -19,7 +19,7 @@ if (STORAGE_unqlite)
19 set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) 19 set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp)
20else (STORAGE_unqlite) 20else (STORAGE_unqlite)
21 set(storage_SRCS storage_lmdb.cpp) 21 set(storage_SRCS storage_lmdb.cpp)
22 set(storage_LIBS ${lmdb}) 22 set(storage_LIBS lmdb)
23endif (STORAGE_unqlite) 23endif (STORAGE_unqlite)
24 24
25set(command_SRCS 25set(command_SRCS