Skip to content
Snippets Groups Projects
Commit 1248013a authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'feature-2648' into 'master'

feature-2648

See merge request !11
parents 73d80a90 c8651c11
No related branches found
No related tags found
1 merge request!11feature-2648
...@@ -47,7 +47,7 @@ if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) ...@@ -47,7 +47,7 @@ if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
if (NOT (TARGET dap_chain_net)) if (NOT (TARGET dap_chain_net))
add_subdirectory(libdap-chain-net) add_subdirectory(libdap-chain-net)
endif() endif()
if (NOT (TARGET dap_chain_global_db)) if (NOT (TARGET dap_chain_global_db) AND NOT ANDROID)
add_subdirectory(libdap-chain-global-db) add_subdirectory(libdap-chain-global-db)
endif() endif()
if (NOT (TARGET dap_client)) if (NOT (TARGET dap_client))
......
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