diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-25 21:04:39 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-25 21:04:39 +0100 |
commit | 94385710e45c6289809934aecaffe793ad2f6369 (patch) | |
tree | 8fc64034268143c63d321b54c754135173c702df /common/CMakeLists.txt | |
parent | b259728a4f63e022526ef86e6b5d6c62d9938d13 (diff) | |
download | sink-94385710e45c6289809934aecaffe793ad2f6369.tar.gz sink-94385710e45c6289809934aecaffe793ad2f6369.zip |
unqlite is a dead end; time to start pruning these things
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 8312f13..f07772a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -3,13 +3,8 @@ include_directories(domain) | |||
3 | 3 | ||
4 | project(akonadi2common) | 4 | project(akonadi2common) |
5 | 5 | ||
6 | if (STORAGE_unqlite) | 6 | set(storage_SRCS storage_lmdb.cpp) |
7 | add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) | 7 | set(storage_LIBS lmdb) |
8 | set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) | ||
9 | else (STORAGE_unqlite) | ||
10 | set(storage_SRCS storage_lmdb.cpp) | ||
11 | set(storage_LIBS lmdb) | ||
12 | endif (STORAGE_unqlite) | ||
13 | 8 | ||
14 | set(command_SRCS | 9 | set(command_SRCS |
15 | modelresult.cpp | 10 | modelresult.cpp |