Skip to content
Snippets Groups Projects

feature-2648

Merged Alexandr Mruchok requested to merge feature-2648 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -47,7 +47,7 @@ if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
if (NOT (TARGET dap_chain_net))
add_subdirectory(libdap-chain-net)
endif()
if (NOT (TARGET dap_chain_global_db))
if (NOT (TARGET dap_chain_global_db) AND NOT ANDROID)
add_subdirectory(libdap-chain-global-db)
endif()
if (NOT (TARGET dap_client))
Loading