diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-14 12:53:19 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:14:45 +0100 |
commit | e593cb6acf0d66eb363690be00dddeeeb97d9b11 (patch) | |
tree | 83c68bf7d6a7c552f9e586d1acd0f43cad875963 | |
parent | 91601deb844848dc02959679fd41e1441a76aff4 (diff) | |
download | sink-e593cb6acf0d66eb363690be00dddeeeb97d9b11.tar.gz sink-e593cb6acf0d66eb363690be00dddeeeb97d9b11.zip |
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 d1b1c34..dc9a670 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -3,7 +3,7 @@ generate_flatbuffers(commands/handshake | |||
3 | commands/revisionupdate) | 3 | commands/revisionupdate) |
4 | 4 | ||
5 | if (STORAGE_unqlite) | 5 | if (STORAGE_unqlite) |
6 | add_definitions(-DUNQLITE_ENABLE_THREADS) | 6 | add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) |
7 | set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) | 7 | set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) |
8 | else (STORAGE_unqlite) | 8 | else (STORAGE_unqlite) |
9 | set(storage_SRCS storage_lmdb.cpp) | 9 | set(storage_SRCS storage_lmdb.cpp) |