Skip to content

Commit

Permalink
BUG: Wrapping bugs prevented building
Browse files Browse the repository at this point in the history
Several file name mis-matches caused configuration (and ultimately
  wrapping) to fail.
  • Loading branch information
hjmjohnson committed Mar 1, 2020
1 parent f73be20 commit 6365d71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions wrapping/CMakeLists.txt
Expand Up @@ -7,12 +7,12 @@ set(WRAPPER_SUBMODULE_ORDER
itkCannyEdgesDistanceFeatureGenerator
itkCannyEdgesFeatureGenerator
itkConfidenceConnectedSegmentationModule
itkConnectedreoldSegmentationModule
itkDescoteauxeetnessFeatureGenerator
itkDescoteauxeetnessImageFilter
itkFastMaringAndGeodesicActiveContourLevelSetSegmentationModule
itkFastMaringAndapeDetectionLevelSetSegmentationModule
itkFastMaringSegmentationModule
itkConnectedThresholdSegmentationModule
itkDescoteauxSheetnessFeatureGenerator
itkDescoteauxSheetnessImageFilter
itkFastMarchingAndGeodesicActiveContourLevelSetSegmentationModule
itkFastMarchingAndShapeDetectionLevelSetSegmentationModule
itkFastMarchingSegmentationModule
itkFeatureAggregator
itkFeatureGenerator
itkFrangiTubularnessFeatureGenerator
Expand All @@ -24,25 +24,26 @@ set(WRAPPER_SUBMODULE_ORDER
itkIsotropicResamplerImageFilter
itkLandmarksReader
itkLesionSegmentationImageFilter8
itkLesionSegmentationMeod
itkLesionSegmentationMethod
itkLocalStructureImageFilter
itkLungWallFeatureGenerator
itkMaximumFeatureAggregator
itkMinimumFeatureAggregator
itkMorologicalOpenningFeatureGenerator
itkMorphologicalOpeningFeatureGenerator
itkRegionCompetitionImageFilter
itkRegionGrowingSegmentationModule
itkSatoLocalStructureFeatureGenerator
itkSatoVesselnessFeatureGenerator
itkSatoVesselnessSigmoidFeatureGenerator
itkSegmentationModule
itkSegmentationVolumeEstimator
itkapeDetectionLevelSetSegmentationModule
itkShapeDetectionLevelSetSegmentationModule
itkSigmoidFeatureGenerator
itkSingleaseLevelSetSegmentationModule
itkVesselEancingDiffusion3DImageFilter
itkVotingBinaroleFillFloodingImageFilter
itkWeitedSumFeatureAggregator)
itkSinglePhaseLevelSetSegmentationModule
itkVesselEnhancingDiffusion3DImageFilter
itkVotingBinaryHoleFillFloodingImageFilter
itkWeightedSumFeatureAggregator
)

itk_auto_load_submodules()
itk_end_wrap_module()

0 comments on commit 6365d71

Please sign in to comment.