Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4234 from thewtex/cpp-ch…
Browse files Browse the repository at this point in the history
…eck-verbatim

BUG: Remove extra space in CppcheckTargets VERBATIM
  • Loading branch information
thewtex authored Sep 29, 2023
2 parents 4cacbd5 + 078db2e commit 7591585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/CppcheckTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function(add_cppcheck _name)
"${CMAKE_CURRENT_SOURCE_DIR}"
COMMENT
"${_name}_cppcheck: Running cppcheck on target ${_name}..."
V ERBATIM)
VERBATIM)
endif()

endfunction()

0 comments on commit 7591585

Please sign in to comment.