mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add in-source lmdb to build process
Working on Linux, needs verified for other platforms but should be fine.
This commit is contained in:
parent
4e45fae9c3
commit
34883599bc
4 changed files with 92 additions and 5 deletions
|
@ -53,9 +53,5 @@ IF(LMDB_INCLUDE_DIR)
|
|||
MESSAGE(STATUS "Found liblmdb library")
|
||||
set(LMDB_INCLUDE ${LMDB_INCLUDE_DIR})
|
||||
set(LMDB_LIBRARY ${LMDB_LIBRARIES})
|
||||
ELSE()
|
||||
MESSAGE(FATAL_ERROR "${BoldRed}Could not find liblmdb library, please make sure you have installed liblmdb or liblmdb-dev or the equivalent${ColourReset}")
|
||||
ENDIF()
|
||||
ELSE()
|
||||
MESSAGE(FATAL_ERROR "${BoldRed}Could not find liblmdb library, please make sure you have installed liblmdb or liblmdb-dev or the equivalent${ColourReset}")
|
||||
ENDIF()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue