Skip to content

Commit

Permalink
COMP: Remove deprecated WRAPPER_LIBRARY_GROUPS
Browse files Browse the repository at this point in the history
The WRAPPER_LIBRARY_GROUPS variable is no longer
supported or used.
  • Loading branch information
hjmjohnson committed Feb 23, 2022
1 parent 9369958 commit 88f3da1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Wrapping/TypedefMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ macro(itk_wrap_module library_name)
# that should be included/wrapped before the rest in the given order.
# Just the submodule group name is needed, not the full path or file name.
set(WRAPPER_SUBMODULE_ORDER )
# WRAPPER_LIBRARY_GROUPS is a deprecated variable for this specification.
unset(WRAPPER_LIBRARY_GROUPS )

# WRAPPER_LIBRARY_SWIG_INPUTS. List of C++ source files to be used
# as input for Swig. This list is then appended to by
Expand Down Expand Up @@ -160,11 +158,6 @@ macro(itk_auto_load_submodules)
# Finally, this macro causes the language support files for the templates and
# library here defined to be created.

# For backwards compatibility
if(WRAPPER_LIBRARY_GROUPS)
set(WRAPPER_SUBMODULE_ORDER ${WRAPPER_LIBRARY_GROUPS})
endif()

# Next, include modules already in WRAPPER_SUBMODULE_ORDER, because those are
# guaranteed to be processed first.
foreach(module ${WRAPPER_SUBMODULE_ORDER})
Expand Down

0 comments on commit 88f3da1

Please sign in to comment.