Skip to content

Commit bdbeb33

Browse files
committed
ENH: Add required modules needed for RunExamples
1 parent bb25196 commit bdbeb33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SuperBuild/External_RunExamples.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if( NOT USE_SYSTEM_ITK)
3535
set(${proj}_DEPENDENCIES ITK)
3636
else()
3737
set(${proj}_DEPENDENCIES "")
38+
find_package(ITK 5 REQUIRED ITKReview )
39+
include(${ITK_USE_FILE})
3840
endif()
3941

4042
# Include dependent projects if any

0 commit comments

Comments
 (0)