From e0c0f085f9bb3c80cd273ec89264ee5a0f51829c Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 27 Jan 2015 18:25:23 +0100 Subject: fix build --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 18bcad0..2f9c93c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -19,7 +19,7 @@ if (STORAGE_unqlite) set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) else (STORAGE_unqlite) set(storage_SRCS storage_lmdb.cpp) - set(storage_LIBS ${lmdb}) + set(storage_LIBS lmdb) endif (STORAGE_unqlite) set(command_SRCS -- cgit v1.2.3