From 3568eeec2b41f6abba497264ee8e4699279fa846 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 6 Oct 2023 22:13:32 -0400 Subject: [PATCH] STYLE: Lower case for function name in ITKModuleEnablement Use all lower case following the convention and the function's invocation. --- CMake/ITKModuleEnablement.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ITKModuleEnablement.cmake b/CMake/ITKModuleEnablement.cmake index c5c3e93e9ad..0f3366f1d39 100644 --- a/CMake/ITKModuleEnablement.cmake +++ b/CMake/ITKModuleEnablement.cmake @@ -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