mirror of
https://github.com/monero-project/monero.git
synced 2025-07-25 04:05:25 -04:00
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
This commit is contained in:
parent
215e63b79f
commit
0886183568
3 changed files with 64 additions and 3 deletions
|
@ -83,5 +83,5 @@ target_link_libraries(cryptonote_core
|
|||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${LMDB_LIBRARIES}
|
||||
${LMDB_LIBRARY}
|
||||
${EXTRA_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue