summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-26 18:59:53 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-26 18:59:53 +0100
commitfc7052f0970465d41dfd67c7e5db080498fd060f (patch)
treee953b25d3d6032fc5e00623e2466e67c042ae73d /common/CMakeLists.txt
parent010afd20f7c278a52536f5c37d0ade13b3017e69 (diff)
parent94385710e45c6289809934aecaffe793ad2f6369 (diff)
downloadsink-fc7052f0970465d41dfd67c7e5db080498fd060f.tar.gz
sink-fc7052f0970465d41dfd67c7e5db080498fd060f.zip
Merge branch 'feature/remove_unqlite' into develop
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt9
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
4project(akonadi2common) 4project(akonadi2common)
5 5
6if (STORAGE_unqlite) 6set(storage_SRCS storage_lmdb.cpp)
7 add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) 7set(storage_LIBS lmdb)
8 set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp)
9else (STORAGE_unqlite)
10 set(storage_SRCS storage_lmdb.cpp)
11 set(storage_LIBS lmdb)
12endif (STORAGE_unqlite)
13 8
14set(command_SRCS 9set(command_SRCS
15 modelresult.cpp 10 modelresult.cpp