Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Oct 21, 2024
1 parent 083cbb3 commit b32937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vsgMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ endmacro()
macro(vsg_add_target_clang_format)
set(options)
set(oneValueArgs )
set(multiValueArgs FILES EXCLUDE)
set(multiValueArgs FILES EXCLUDES)
cmake_parse_arguments(ARGS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})

find_program(CLANGFORMAT clang-format)
Expand Down

0 comments on commit b32937a

Please sign in to comment.