diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ed08046d733de7a7aa99f68f34a188c5b8e31b7..3337f17ad0cc233d27dff564dca130180d9a4578 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ endif() add_subdirectory(dap-sdk) add_subdirectory(3rdparty/monero_crypto) add_subdirectory(3rdparty/cuttdb) -add_subdirectory(3rdparty/libmdbx) + if(DAPSDK_MODULES MATCHES "ssl-support") add_subdirectory(3rdparty/wolfssl) endif()