Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GrowCut now available in ITK #405

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Superbuild/ITKExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ set(itk_CACHE_ARGS
"-DModule_IITKIOMeta:BOOL=ON"
"-DModule_ITKIONRRD:BOOL=ON"
"-DModule_ITKDeprecated:BOOL=OFF"
"-DModule_GrowCut:BOOL=ON"
"-DCMAKE_CXX_FLAGS:STATIC=${CMAKE_CXX_FLAGS}"
"-DCMAKE_CXX_FLAGS_DEBUG:STATIC=${CMAKE_CXX_FLAGS_DEBUG}"
"-DCMAKE_C_FLAGS:STATIC=${CMAKE_C_FLAGS}"
Expand All @@ -89,7 +90,7 @@ if(BUILD_MOSAIC_TOOLS)
)
endif()

SET(itk_GIT_TAG "v5.2.0")
SET(itk_GIT_TAG "v5.3rc01")

# If CMake ever allows overriding the checkout command or adding flags,
# git checkout -q will silence message about detached head (harmless).
Expand All @@ -104,6 +105,6 @@ ExternalProject_Add(ITK_external

# hardcoded, since we need this before ITK's configure step
ExternalProject_Get_Property(ITK_external INSTALL_DIR)
SET(ITK_DIR "${INSTALL_DIR}/lib/cmake/ITK-5.2" CACHE PATH "")
SET(ITK_DIR "${INSTALL_DIR}/lib/cmake/ITK-5.3" CACHE PATH "")

message(STATUS "ITK_DIR=${ITK_DIR}")
87 changes: 0 additions & 87 deletions src/Application/Tools/Algorithm/FastGrowCut.h

This file was deleted.

275 changes: 0 additions & 275 deletions src/Application/Tools/Algorithm/FastGrowCut.hxx

This file was deleted.

Loading