From 94385710e45c6289809934aecaffe793ad2f6369 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 25 Dec 2015 21:04:39 +0100 Subject: unqlite is a dead end; time to start pruning these things --- common/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'common/CMakeLists.txt') 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) project(akonadi2common) -if (STORAGE_unqlite) - add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) - set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) -else (STORAGE_unqlite) - set(storage_SRCS storage_lmdb.cpp) - set(storage_LIBS lmdb) -endif (STORAGE_unqlite) +set(storage_SRCS storage_lmdb.cpp) +set(storage_LIBS lmdb) set(command_SRCS modelresult.cpp -- cgit v1.2.3