Skip to content
Snippets Groups Projects
Commit 8acb1712 authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[*] guards for mdbx added.

Former-commit-id: 41ca788c
parent f55d5322
No related branches found
No related tags found
1 merge request!897hotfix-6925
...@@ -100,8 +100,9 @@ endif() ...@@ -100,8 +100,9 @@ endif()
add_subdirectory(dap-sdk) add_subdirectory(dap-sdk)
add_subdirectory(3rdparty/monero_crypto) add_subdirectory(3rdparty/monero_crypto)
add_subdirectory(3rdparty/cuttdb) add_subdirectory(3rdparty/cuttdb)
if (BUILD_WITH_GDB_DRIVER_MDBX)
add_subdirectory(3rdparty/libmdbx) add_subdirectory(3rdparty/libmdbx)
endif()
if(DAPSDK_MODULES MATCHES "ssl-support") if(DAPSDK_MODULES MATCHES "ssl-support")
add_subdirectory(3rdparty/wolfssl) add_subdirectory(3rdparty/wolfssl)
endif() endif()
......
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