From 3f9c716e7fc76a6fb5935dc3cd548097e58da978 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Thu, 6 Mar 2025 13:29:29 +0100 Subject: [PATCH] test: Fix docstring for cmake migration --- test/config.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config.ini.in b/test/config.ini.in index cdd13a9d8c2..31cc3c60a30 100644 --- a/test/config.ini.in +++ b/test/config.ini.in @@ -14,7 +14,7 @@ EXEEXT=@EXEEXT@ RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py [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 @USE_BDB_TRUE@USE_BDB=true @BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true