Skip to content

Commit 3568eee

Browse files
committed
STYLE: Lower case for function name in ITKModuleEnablement
Use all lower case following the convention and the function's invocation.
1 parent 6384cd0 commit 3568eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/ITKModuleEnablement.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This script sorts out the module dependencies, provides user options for customizing
22
# the list of modules to be built, and enables modules accordingly.
33

4-
macro(itk_module_load_DAG)
4+
macro(itk_module_load_dag)
55
set(ITK_MODULES_ALL)
66
file(
77
GLOB_RECURSE meta

0 commit comments

Comments
 (0)