Skip to content

Commit a6318ca

Browse files
committed
Merge pull request #48 from Slicer/FixForCleanedSharedITKLibraries
COMP: Add missing link dependancy for ITKExpat
2 parents de4ece4 + 58830cf commit a6318ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ModuleDescriptionParser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ endif()
3636
set(${PROJECT_NAME}_ITK_COMPONENTS
3737
ITKCommon# For itksys
3838
ITKIOXML # For ITKEXPAT
39+
ITKExpat # For Expat library
3940
)
4041
find_package(ITK 4.3 COMPONENTS ${${PROJECT_NAME}_ITK_COMPONENTS} REQUIRED)
4142
include(${ITK_USE_FILE})

0 commit comments

Comments
 (0)