Skip to content

Commit

Permalink
Add LMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Apr 27, 2017
1 parent d22c724 commit ccbb996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set(IROHA_SCHEMA_DIR "${PROJECT_SOURCE_DIR}/schema")

include_directories(
${PROJECT_SOURCE_DIR}/core
${PROJECT_SOURCE_DIR}/core/infra/ametsuchi/include
${IROHA_SCHEMA_DIR}
)

Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ endif()
###########################
# LMDB #
###########################
#find_package(LMDB)
find_package(LMDB)

if(NOT LMDB_FOUND)
ExternalProject_Add(lmdb_LMDB
Expand Down

0 comments on commit ccbb996

Please sign in to comment.