We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09811f7 commit 9b125bcCopy full SHA for 9b125bc
examples/CMakeLists.txt
@@ -12,7 +12,7 @@ if(NOT ITK_SOURCE_DIR)
12
else()
13
# when being built as part of ITK, ITKImageIO and ITKTransformIO
14
# lists of modules are not yet ready, causing a configure error
15
- find_package(ITK REQUIRED COMPONENTS Montage ITKIOTransformInsightLegacy ITKIOHDF5 ITKTestKernel ${ExampleSpecificComponents})
+ find_package(ITK REQUIRED COMPONENTS Montage ITKIOTransformInsightLegacy ITKIONRRD ITKIOPNG ITKTestKernel ${ExampleSpecificComponents})
16
endif()
17
include(${ITK_USE_FILE})
18
0 commit comments