Skip to content

Commit

Permalink
BUG: Replace WRAPPER_MODULE_NAME use in CastXML wrapping configuration
Browse files Browse the repository at this point in the history
This was removed in recent wrapping module refactoring.
  • Loading branch information
thewtex authored and hjmjohnson committed Mar 10, 2022
1 parent 4c1f55f commit aa2354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrapping/Generators/CastXML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ endmacro()
macro(itk_end_wrap_submodule_castxml module)
# write the wrap_*.cxx file
#
# Global vars used: WRAPPER_INCLUDE_FILES WRAPPER_MODULE_NAME and WRAPPER_TYPEDEFS
# Global vars used: WRAPPER_INCLUDE_FILES and WRAPPER_TYPEDEFS
# Global vars modified: none

# Create the cxx file which will be given to castxml.
Expand Down

0 comments on commit aa2354e

Please sign in to comment.