diff options
-rw-r--r-- | common/CMakeLists.txt | 2 |
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) |
20 | else (STORAGE_unqlite) | 20 | else (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) |
23 | endif (STORAGE_unqlite) | 23 | endif (STORAGE_unqlite) |
24 | 24 | ||
25 | set(command_SRCS | 25 | set(command_SRCS |