Skip to content

Commit 8083f7a

Browse files
committed
DOC: Clarify the factory and meta-interface relationship
1 parent b3a3493 commit 8083f7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,10 @@ \section{Using ITK as an External Library}%
642642
\normalsize
643643
644644
The \code{itk\_generate\_factory\_registration()} macro must be called before adding executables.
645-
The CMake macro generates registration code for the IO modules and factory-enabled components from
646-
the modules loaded in \code{find\_package()}. The meta-module must be linked to the target to
645+
The CMake macro generates registration code for all the IO modules and factory-enabled components from
646+
the modules loaded in \code{find\_package()}. The \code{ITKImageIO}
647+
meta-module and \code{ITK::ITKImageIO} meta-interface target bring in all ITK
648+
image IO modules available in the build. The meta-interface target must be linked to the target to
647649
include and enable the generated registration code.
648650
649651
If you would like to use the CMake ExternalProject

0 commit comments

Comments
 (0)