We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbc09c commit b3a3493Copy full SHA for b3a3493
1 file changed
SoftwareGuide/Latex/Introduction/Installation.tex
@@ -632,10 +632,9 @@ \section{Using ITK as an External Library}%
632
COMPONENTS
633
MorphologicalContourInterpolation
634
ITKSmoothing
635
- ITKIOImageBase
636
- ITKIONRRD
+ ITKImageIO
637
)
638
-itk_generate_factory_registration()
+itk_generate_factory_registration(ImageIO)
639
640
add_executable(Example Example.cxx)
641
target_link_libraries(Example ${ITK_INTERFACE_LIBRARIES} ITK::ITKImageIO)
0 commit comments