Skip to content

Commit

Permalink
Updated the SimpleITK version to latest available release 2.4.0.
Browse files Browse the repository at this point in the history
Update the toolkit version and set the SimpleITK_BUILD_DISTRIBUTE flag
to ON so that the correct version is listed, e.g.
"SimpleITK Version: 2.4.0 (ITK 5.4)" and not
"SimpleITK Version: 2.4.0-ga3e11 (ITK 5.4)"
which is printed without turning the flag on.
  • Loading branch information
zivy committed Aug 16, 2024
1 parent 4313e9b commit f4c4e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Requires git and cmake
#
export SimpleITKGit=https://github.com/SimpleITK/SimpleITK
export SITKTAG=v2.3.0
export SITKTAG=v2.4.0

export PKGBASED=$(pwd)
echo ${PKGBASED}
Expand Down

0 comments on commit f4c4e8b

Please sign in to comment.