diff --git a/scripts/configure_ITK.bat b/scripts/configure_ITK.bat index 1b61a9ea..5aed5514 100755 --- a/scripts/configure_ITK.bat +++ b/scripts/configure_ITK.bat @@ -4,7 +4,7 @@ SET CMAKE_BUILD_TYPE=Release SET itkgit=https://github.com/InsightSoftwareConsortium/ITK.git -SET itktag=4535548a8539757c5fe9d81f8de5d804cd0a384f +SET itktag=89d13df59f43d6d68375e217f6be3e7fb45d8447 :: if there is a directory but no git, remove it if exist itksource\ ( @@ -30,7 +30,7 @@ echo Dependency;GitTag REM UNKNOWN: {"type":"Redirect","op":{"text":">","type":" echo "ITK;%itktag%" REM UNKNOWN: {"type":"Redirect","op":{"text":">>","type":"dgreat"},"file":{"text":"./data/softwareVersions.csv","type":"Word"}} mkdir itkbuild cd itkbuild -SET compflags= -fPIC -O2 +SET compflags= -fPIC -O2 cmake -GNinja -DITK_USE_SYSTEM_PNG=OFF -DCMAKE_SH:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING="%CMAKE_BUILD_TYPE%" -DITK_USE_GIT_PROTOCOL:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF -DBUILD_EXAMPLES:BOOL=OFF -DITK_LEGACY_REMOVE:BOOL=OFF -DITK_FUTURE_LEGACY_REMOVE:=BOOL=ON -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DKWSYS_USE_MD5:BOOL=ON -DITK_WRAPPING:BOOL=OFF -DModule_MGHIO:BOOL=ON -DModule_ITKDeprecated:BOOL=OFF -DModule_ITKReview:BOOL=ON -DModule_ITKVtkGlue:BOOL=OFF -DModule_GenericLabelInterpolator:BOOL=ON -DITKGroup_Core=ON -DModule_ITKReview=ON -DITKGroup_Filtering=ON -DITKGroup_IO=ON -DITKGroup_Numerics=ON -DITKGroup_Registration=ON -DITKGroup_Segmentation=ON -DModule_AdaptiveDenoising:BOOL=ON -DModule_GenericLabelInterpolator:BOOL=ON -DCMAKE_C_VISIBILITY_PRESET:BOOL=hidden -DCMAKE_CXX_VISIBILITY_PRESET:BOOL=hidden -DCMAKE_VISIBILITY_INLINES_HIDDEN:BOOL=ON ..\itksource\ ninja