Skip to content

Commit

Permalink
Merge pull request #1382 from gdevenyi/affine_smallvox_update
Browse files Browse the repository at this point in the history
Update to newest ITK hash
  • Loading branch information
ntustison authored Jul 5, 2022
2 parents 55040a3 + 3f66839 commit a77c820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/PrintHeader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ PrintHeader(int argc, char * argv[])
// Get the metadata as a generic object
string key = itMeta->first, v_string;
itk::SpatialOrientation::ValidCoordinateOrientationFlags v_oflags =
itk::SpatialOrientation::ITK_COORDINATE_ORIENTATION_INVALID;
itk::SpatialOrientationEnums::ValidCoordinateOrientations::ITK_COORDINATE_ORIENTATION_INVALID;

if (itk::ExposeMetaData<string>(mdd, key, v_string))
{
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild/External_ITKv5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if(NOT DEFINED ${extProjName}_DIR AND NOT ${USE_SYSTEM_${extProjName}})
### --- End Project specific additions
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
# set(${proj}_REPOSITORY ${git_protocol}://github.com/stnava/ITK.git)
set(${proj}_GIT_TAG v5.3rc03) # Official ITK release version 5.3.0 rc 03 # Many modern code updates for performance
set(${proj}_GIT_TAG 5e7aea957c82b67d4364b2b88999805616e3b01d) # Updates for small voxel NIFTI loading
set(ITK_VERSION_ID ITK-5.3) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID

ExternalProject_Add(${proj}
Expand Down

0 comments on commit a77c820

Please sign in to comment.