Skip to content

Commit

Permalink
cmake: fix function description in comment [ci skip]
Browse files Browse the repository at this point in the history
Closes #12879
  • Loading branch information
vszakats committed Feb 6, 2024
1 parent a5c8620 commit bdb0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Utilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bdb0bf4

Please sign in to comment.