From 600ea414e0e5bd0e13829fd2f3ff02e6cb1c8c01 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Tue, 12 Mar 2024 13:50:03 +0100 Subject: [PATCH] trivial/cmake: add missing bracket in comment Signed-off-by: Axel Heider --- tools/helpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helpers.cmake b/tools/helpers.cmake index d0aa4e9fb..4b7ba7e03 100644 --- a/tools/helpers.cmake +++ b/tools/helpers.cmake @@ -311,7 +311,7 @@ macro(config_set optionname configname value) endmacro(config_set) # config_cmake_string(cmake_option_name c_config_name doc DEFAULT default [DEPENDS dep] -# [DEFAULT_DISABLED default_disabled] [UNDEF_DISABLED] [QUOTE] +# [DEFAULT_DISABLED default_disabled] [UNDEF_DISABLED] [QUOTE]) # Defines a configuration option that is a user configurable string. Most parameters # are the same as config_option # UNQUOTE if specified says this is something with more semantics like a number or identifier