Added Bitcoin client support.
This commit is contained in:
@@ -16,7 +16,7 @@ set(INSTALL_AS_ROOT ON CACHE BOOL "Install as root")
|
||||
set(WITH_POSTGRESQL OFF CACHE BOOL "Build with PostgreSQL")
|
||||
set(WITH_SQLITE3 OFF CACHE BOOL "Build with Sqlite3")
|
||||
set(WITH_CURL OFF CACHE BOOL "Build with cURL")
|
||||
set(WITH_BITCOIN_CLIENT OFF CACHE BOOL "Build with libbitcoin-client")
|
||||
set(WITH_BITCOIN_CLIENT ON CACHE BOOL "Build with libbitcoin-client")
|
||||
# ----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
if (INSTALL_AS_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user