Page MenuHomePhabricator

Update superbuild to ITK 4.5
Closed, ResolvedPublic

Description

ITK 4.5rc05 is already available, so after the 4.5 release we should switch the superbuild to 4.5

Event Timeline

New remote branch pushed: bug-16669-itk45

Core modification: trivial compilation fixes

[b0f0ce]: Merge branch 'bug-16669-itk45'

Merged commits:

2014-02-25 18:53:14 Marco Nolden [bc754f]
Explicitly enable ITK review

This keeps the ITK <4.5 behaviour which turned it on by default


2014-02-25 18:45:17 Marco Nolden [5f003b]
Updated patch for ITK 4.5.1


2014-02-25 18:44:43 Marco Nolden [d528bf]
Compilation fixes for ITK 4.5


2014-02-25 19:03:07 Marco Nolden [f862e3]
Update to ITK 4.5.1


2013-12-11 18:43:29 Marco Nolden [fdc5eb]
Resolve ambiguous call to IsOnPlane


2013-12-11 18:43:09 Marco Nolden [f30739]
Use ITK 4.5 RC03 in superbuild

CMake Warning at CMake/ITKModuleEnablement.cmake:81 (message):

  ITK_BUILD_ALL_MODULES is deprecated, please remove this entry from the
  CMake cache (edit the CMakeCache.txt file located in the top level of the
  ITK build tree directly or via the CMake GUI), and use
  ITK_BUILD_DEFAULT_MODULES instead.
Call Stack (most recent call first):
  CMakeLists.txt:283 (include)

Nevermind, works when "old" ITK-build directory was manually deleted.

[e02827]: Merge branch 'bug-16669-itk45'

Merged commits:

2014-02-27 18:03:22 Marco Nolden [986701]
Changed CMake required version to 2.8.8 like ITK