Page MenuHomePhabricator

MITK Diffusion plugin dependency not transitively resolved
Closed, ResolvedPublic

Description

Simply checking the CMake option MITK_BUILD_APP_mitkDiffusion does not propagate to the essential plugins (measurement, volvis, etc.). Only the option

MITK_BUILD_org.mitk.gui.qt.diffusionimagingapp

gets activated automatically.

Event Timeline

This is fixed in
bug-11564-resolve-transitive-dependency

but requires a CTK update to work.

Once the CTK DGraph is capable of handling enough dependencies it only requires adding the libraries to the applications "target_libraries.cmake"

[0e911f]: Merge branch 'bug-11564-resolve-transitive-dependency'

Merged commits:

2012-04-10 14:48:19 Caspar Goch [bca1c6]
Added the dependencies which have to be on

The plugins, which are required for mitkDiffusion.

Warning: This requires the CTK DGraph tool to be able to handle more than 50 nodes, otherwise the configure step will fail.