Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Wrapping/ConfigureWrapping.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(ITK_NO_IMAGEIO_FACTORY_REGISTER_MANAGER ON)
set(ITK_NO_MESHIO_FACTORY_REGISTER_MANAGER ON)
set(ITK_NO_TRANSFORMIO_FACTORY_REGISTER_MANAGER ON)
set(ITK_NO_FFTIMAGEFILTERINIT_FACTORY_REGISTER_MANAGER ON)
include(${ITK_USE_FILE})
itk_generate_factory_registration()

###############################################################################
# Set various variables in order
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/TypedefMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ macro(itk_wrap_module library_name)
set(
WRAPPER_LIBRARY_LINK_LIBRARIES
${ITK_LIBRARIES}
${${itk-module}_LIBRARIES}
${ITK_LIBRARY_NAMESPACE}::${library_name}Module
)

# WRAPPER_SUBMODULE_ORDER. List of *.wrap submodules in the source dir
Expand Down
1 change: 1 addition & 0 deletions Wrapping/macro_files/itk_auto_load_submodules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function(generate_castxml_commandline_flags)

# create the files used to pass the file to include to castxml
get_directory_property(include_dir_list INCLUDE_DIRECTORIES)
list(APPEND include_dir_list ${ITK_INCLUDE_DIRS})
list(REMOVE_DUPLICATES include_dir_list)

# CONFIG_CASTXML_INC_CONTENTS - variable used for building contents to write with configure_file()
Expand Down
Loading