Skip to content

Commit

Permalink
BUG: Remove wrapping configuration loading debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 6, 2022
1 parent c44a773 commit ffaf1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wrapping/macro_files/itk_auto_load_submodules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ macro(itk_auto_load_submodules)
# Now include the .wrap file, and read manually requested types needed
# to build lists of items to be wrapped for both CASTXML and SWIG
if(EXISTS "${WRAPPER_LIBRARY_SOURCE_DIR}/${_each_submodule_this_module}.wrap")
message(STATUS "loading ${WRAPPER_LIBRARY_SOURCE_DIR}/${_each_submodule_this_module}.wrap")
include("${WRAPPER_LIBRARY_SOURCE_DIR}/${_each_submodule_this_module}.wrap")
else()
# for backward compatibility, to be removed in ITKv6
Expand Down

0 comments on commit ffaf1a7

Please sign in to comment.