Skip to content

Commit 9b125bc

Browse files
committed
COMP: fixing in-source build of the examples
1 parent 09811f7 commit 9b125bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT ITK_SOURCE_DIR)
1212
else()
1313
# when being built as part of ITK, ITKImageIO and ITKTransformIO
1414
# lists of modules are not yet ready, causing a configure error
15-
find_package(ITK REQUIRED COMPONENTS Montage ITKIOTransformInsightLegacy ITKIOHDF5 ITKTestKernel ${ExampleSpecificComponents})
15+
find_package(ITK REQUIRED COMPONENTS Montage ITKIOTransformInsightLegacy ITKIONRRD ITKIOPNG ITKTestKernel ${ExampleSpecificComponents})
1616
endif()
1717
include(${ITK_USE_FILE})
1818

0 commit comments

Comments
 (0)