Skip to content

Commit b93708e

Browse files
committed
Update SimpleITK version along master branch with MSVC fixes
This update to the SimpleITK version include fixes for compilation on MSVC related to the bigobj flag and striping failing with Ninja.
1 parent e503025 commit b93708e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if(SimpleITKPythonPackage_SUPERBUILD)
5757
include(ExternalProject)
5858

5959
set(SimpleITK_REPOSITORY https://itk.org/SimpleITK.git)
60-
set(SimpleITK_GIT_TAG "4f2fe5a0fc6d99f7e63bdd9eb04e1b8344c9b1f1") #1.0.0.dev19
60+
set(SimpleITK_GIT_TAG "8b79ac1230576b1efba2a642e0fe714009c46ec4") #1.0.0.dev66
6161

6262
# Add an empty external project
6363
function(sitk_ExternalProject_Add_Empty proj depends)

0 commit comments

Comments
 (0)