From bdb0bf4782e5b6912d283b0c3c1538d7e5eae06b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 6 Feb 2024 13:04:24 +0000 Subject: [PATCH] cmake: fix function description in comment [ci skip] Closes #12879 --- CMake/Utilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Utilities.cmake b/CMake/Utilities.cmake index 9ff38e3a0f..84a40f4e3c 100644 --- a/CMake/Utilities.cmake +++ b/CMake/Utilities.cmake @@ -23,7 +23,7 @@ ########################################################################### # File containing various utilities -# Returns a list of arguments that evaluate to true +# Returns number of arguments that evaluate to true function(count_true output_count_var) set(lst_len 0) foreach(option_var IN LISTS ARGN)