Import 2017-06-07 23:51:09: master 687e9cd6

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-09-25 15:49:02 master 73ee9d58
Changeset

COMP: Remove dependency on ITKDeprecated. See 0003830

This commit updates ITK to include custom Slicer patch ensuring that
independently of the value of the ITKV3_COMPATIBILITY option,
ITKDeprecated is not include in the list of default modules.

It updates

(1) BRAINSTools to remove ITKDeprecated from the list
of required ITK components.

(2) EMSegment to explicitly call find_package(ITK..) and use
ITK_LIBRARIES variable when executable and library are added.

Note that at the time of this commit the pull request updating the
LASegmenter extension to remove ITKDeprecated dependency is pending.
See https://github.com/ljzhu/LASegmenter/pull/2

// -------------
BRAINSTools updates:

$ git shortlog 6f99866..b82c7c8
Jean-Christophe Fillion-Robin (1):
COMP: Remove ITKDeprecated from the list of ITK components.

// -------------
ITKv4 updates:

$ git shortlog baf8174bb..56fae278
Jean-Christophe Fillion-Robin (1):
Ensure ITKDeprecated is always excluded from the default module list.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23729 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/vtkITK/CMakeLists.txt Diff File
mod - SuperBuild.cmake Diff File
mod - SuperBuild/External_ITKv4.cmake Diff File