diff options
author | Filipe Saraiva <filipe@kde.org> | 2017-03-03 14:49:28 -0300 |
---|---|---|
committer | Filipe Saraiva <filipe@kde.org> | 2017-03-04 17:30:40 -0300 |
commit | e722eaa7546166a5084e0cdeeb481383513b97a6 (patch) | |
tree | fd133105860220a1612c4964fb5300954e792a04 /tests/modelinteractivitytest.cpp | |
parent | be652c12dfa5162d952f5226de453e1a29957c3a (diff) | |
parent | 020b96e731de12cfeb166f1c457545dd3f8fde23 (diff) | |
download | sink-e722eaa7546166a5084e0cdeeb481383513b97a6.tar.gz sink-e722eaa7546166a5084e0cdeeb481383513b97a6.zip |
Create and add FindLMDB to CMakeLists.txt
Summary:
Currently CMakeLists doesn't look for LMDB, a required dependency
for sink. This commit creates a FindLMDB script based in an original
script available in BSD license and add it to CMakeLists.txt.
Test Plan:
Remove LMDB development library and try to compile sink. The CMake
process will end with success but in compilation time you will get
the follow error message sink/common/storage_lmdb.cpp:35:18: fatal
error: lmdb.h: Arquivo ou diretório não encontrado compilation terminated.
After apply the patch, the look for LMDB will work and the CMake
process will fail because there is not LMDB installed.
So, just install LMDB development and the CMake process will find
the library and the process will end successfully.
Reviewers: #sink, cmollekopf
Reviewed By: #sink, cmollekopf
Subscribers: #sink
Tags: #sink
Differential Revision: https://phabricator.kde.org/D4927
Diffstat (limited to 'tests/modelinteractivitytest.cpp')
0 files changed, 0 insertions, 0 deletions