aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-01-18 18:30:31 -0500
committerThomas Winget <tewinget@gmail.com>2015-01-18 18:30:31 -0500
commit34883599bc74e8b98795fd2df24d306fe8aa1cca (patch)
tree40eb3828fa656da38ae173129199031cd0836fe0 /cmake
parentInitial import of lmdb source (diff)
downloadmonero-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.cmake4
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()