test: Fix docstring for cmake migration

This commit is contained in:
TheCharlatan 2025-03-06 13:29:29 +01:00
parent c0b7159de4
commit 3f9c716e7f
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173

View file

@ -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