aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2014-12-06 15:47:49 +0000
committerwarptangent <warptangent@inbox.com>2015-01-04 19:39:40 -0800
commit0886183568a41b41c83e9cd7f624de295d8367c3 (patch)
tree2a492f2a9c064152053e20dea319e83714df54f2 /src
parentextraneous semicolon in Blockchain::complete_timestamps_vector (diff)
downloadmonero-0886183568a41b41c83e9cd7f624de295d8367c3.tar.xz
build: add liblmdb to the cmake autodetection system
update for rebase (warptangent 2015-01-04) src/cryptonote_core/CMakeLists.txt (edit) - replace LMDB_LIBRARIES with LMDB_LIBRARY set from autodetection
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt
index 93c3cb51e..fc9cc629b 100644
--- a/src/cryptonote_core/CMakeLists.txt
+++ b/src/cryptonote_core/CMakeLists.txt
@@ -83,5 +83,5 @@ target_link_libraries(cryptonote_core
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
- ${LMDB_LIBRARIES}
+ ${LMDB_LIBRARY}
${EXTRA_LIBRARIES})