diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-01-18 18:30:31 -0500 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-01-18 18:30:31 -0500 |
commit | 34883599bc74e8b98795fd2df24d306fe8aa1cca (patch) | |
tree | 40eb3828fa656da38ae173129199031cd0836fe0 /cmake | |
parent | Initial import of lmdb source (diff) | |
download | monero-34883599bc74e8b98795fd2df24d306fe8aa1cca.tar.xz |
Add in-source lmdb to build process
Working on Linux, needs verified for other platforms but should be fine.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindLMDB.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/FindLMDB.cmake b/cmake/FindLMDB.cmake index 743cc4860..b4c90dea2 100644 --- a/cmake/FindLMDB.cmake +++ b/cmake/FindLMDB.cmake @@ -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() |