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

[-] SO_SNDBUF/SO_RCVBUF

[+] libmdbx
parent 6ca66a8a
No related branches found
No related tags found
No related merge requests found
Pipeline #7089 failed with stages
in 4 minutes and 47 seconds
......@@ -12,3 +12,7 @@
[submodule "prod_build"]
path = prod_build
url = ../prod_build_dapcash-node
[submodule "3rdparty/libmdbx"]
path = 3rdparty/libmdbx
url = https://github.com/erthink/libmdbx
branch = master
Subproject commit b98895b8c700f741f24468d061ab24e1fa6963bb
......@@ -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 8)
SET( CPACK_PACKAGE_VERSION_PATCH 9)
#
# init CellFrame SDK
......@@ -23,6 +23,8 @@ 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()
add_subdirectory(3rdparty/libmdbx)
include (cellframe-sdk/cmake/OS_Detection.cmake)
add_subdirectory(cellframe-sdk)
......
Subproject commit 59363b8f854c805cfd7ead650860257a63b26e4f
Subproject commit f5e16e8e27599b5b44f007a4c60d72739d67241e
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