Skip to content
Snippets Groups Projects
Commit 3d7c24c6 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] libmdbx is used only if BUILD_WITH_GDB_DRIVER_MDBX=True in cmake

parent a066de23
No related branches found
No related tags found
No related merge requests found
Pipeline #7099 passed with stages
in 6 minutes and 11 seconds
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 3)
SET( CPACK_PACKAGE_VERSION_PATCH 12)
SET( CPACK_PACKAGE_VERSION_PATCH 13)
#
# init CellFrame SDK
......@@ -23,7 +23,9 @@ else()
set(CELLFRAME_MODULES "core chains mining network srv cs-blocks cs-dag-poa cs-block-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic")
endif()
if(BUILD_WITH_GDB_DRIVER_MDBX)
add_subdirectory(3rdparty/libmdbx)
endif()
include (cellframe-sdk/cmake/OS_Detection.cmake)
add_subdirectory(cellframe-sdk)
......
Subproject commit 517127cddb3be34894599c4a0c4c1b5685fca156
Subproject commit 4c726c759a16aa2bb86e020b712211709f6aa092
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment