Skip to content

Commit

Permalink
STYLE: Lower case for function name in ITKModuleEnablement
Browse files Browse the repository at this point in the history
Use all lower case following the convention and the function's
invocation.
  • Loading branch information
thewtex committed Oct 8, 2023
1 parent 6384cd0 commit 3568eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ITKModuleEnablement.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This script sorts out the module dependencies, provides user options for customizing
# the list of modules to be built, and enables modules accordingly.

macro(itk_module_load_DAG)
macro(itk_module_load_dag)
set(ITK_MODULES_ALL)
file(
GLOB_RECURSE meta
Expand Down

0 comments on commit 3568eee

Please sign in to comment.