From 8da2b5bb3ae33e2e24f4048aec09c7ce9dbc6862 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 20 Oct 2017 12:14:14 +0200 Subject: Use LMDB_LIBRARIES --- common/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b0e0d04..b90ab6a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -29,7 +29,6 @@ add_definitions("-fvisibility=hidden") install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake) set(storage_SRCS storage_lmdb.cpp) -set(storage_LIBS lmdb) set(command_SRCS store.cpp @@ -123,7 +122,7 @@ PUBLIC KAsync Qt5::Network PRIVATE - ${storage_LIBS} + ${LMDB_LIBRARIES} Qt5::Gui KF5::Mime KF5::Contacts -- cgit v1.2.3