diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-01-27 18:25:23 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-01-27 18:44:27 +0100 |
commit | e0c0f085f9bb3c80cd273ec89264ee5a0f51829c (patch) | |
tree | 9de6427bab03401a6c3b8b9ec4c0fe3d392ef24b | |
parent | b4b15a7411d837c100a0e9ea4b14184c134d177c (diff) | |
download | sink-e0c0f085f9bb3c80cd273ec89264ee5a0f51829c.tar.gz sink-e0c0f085f9bb3c80cd273ec89264ee5a0f51829c.zip |
fix build
-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 |