mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
test: Fix docstring for cmake migration
This commit is contained in:
parent
c0b7159de4
commit
3f9c716e7f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ EXEEXT=@EXEEXT@
|
||||||
RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
|
RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
|
||||||
|
|
||||||
[components]
|
[components]
|
||||||
# Which components are enabled. These are commented out by `configure` if they were disabled when running config.
|
# Which components are enabled. These are commented out by cmake if they were disabled during configuration.
|
||||||
@ENABLE_WALLET_TRUE@ENABLE_WALLET=true
|
@ENABLE_WALLET_TRUE@ENABLE_WALLET=true
|
||||||
@USE_BDB_TRUE@USE_BDB=true
|
@USE_BDB_TRUE@USE_BDB=true
|
||||||
@BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true
|
@BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue