Skip to content

Commit 0c668a6

Browse files
authored
Merge pull request #109 from thewtex/itk-5
ENH: Bump ITK version to 5.0 Beta 3
2 parents 20f4a75 + 52f1450 commit 0c668a6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

SoftwareGuide/Examples/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,12 @@ set(ITK_FLIP_IMG
130130
FastMarchingFilterOutput2
131131
FastMarchingFilterOutput3
132132
ShapeDetectionLevelSetFilterOutput1
133+
ShapeDetectionLevelSetFilterOutput1Smoothing
134+
ShapeDetectionLevelSetFilterOutput1GradientMagnitude
135+
ShapeDetectionLevelSetFilterOutput1FastMarching
133136
ShapeDetectionLevelSetFilterOutput2
134137
ShapeDetectionLevelSetFilterOutput3
138+
ShapeDetectionLevelSetFilterOutput4
135139
ThresholdSegmentationLevelSetImageFilterWhiteMatter
136140
ThresholdSegmentationLevelSetImageFilterVentricle
137141
ThresholdSegmentationLevelSetImageFilterGrayMatter
@@ -212,10 +216,6 @@ set(ITK_FLIP_IMG
212216
FastMarchingImageFilterOutput6
213217
FastMarchingImageFilterOutput7
214218
FastMarchingImageFilterOutput8
215-
ShapeDetectionLevelSetFilterOutput5
216-
ShapeDetectionLevelSetFilterOutput6
217-
ShapeDetectionLevelSetFilterOutput7
218-
ShapeDetectionLevelSetFilterOutput8
219219
GeodesicActiveContourImageFilterOutput1
220220
GeodesicActiveContourImageFilterOutput2
221221
GeodesicActiveContourImageFilterOutput3

SuperBuild/External_ITK.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103103
)
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106-
# ITK release branch Tue Aug 7 09:13:52 2018
107106
if("${${proj}_GIT_TAG}" STREQUAL "")
108-
set(${proj}_GIT_TAG "v4.13.1")
107+
set(${proj}_GIT_TAG "eabfa353a3ff694f85ca92b5c376251b0c321715")
109108
endif()
110109

111110
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)