Page MenuHomePhabricator

Mini Apps are not build on dart clients
Closed, ResolvedPublic

Description

Currently the mini apps are not build and tested by the dart clients. In order to prevent incompatibilities across the different platforms it would be advisable to do so.

I see two main ways to achieve this:

  1. Extend the dartclients configs to set the mitk cmake variable "BUILD_DiffusionMiniApps" to true
  1. Change the cmake files to build the mini apps when "MITK_BUILD_ALL_APPS" is set to true.

Personally I think the second way is preferable and closer the the spirit to the build all apps variable. Furthermore it does not require people manually changing the settings of their existing dart clients.

Event Timeline

I am okay with both approaches.

Neither approach needs changes in the local dartclient configurations.

[1fe871]: Merge branch 'bug-16801-build-diffusion-mini-apps-if-all-apps-are-buil

Merged commits:

2014-01-15 12:05:44 Caspar Goch [a88d83]
Activate diffusion mini apps if all apps are build

New remote branch pushed: bug-16801-Mini-Apps-are-not-build

[91fc4a]: Merge branch 'bug-16801-Mini-Apps-are-not-build'

Merged commits:

2014-01-15 16:20:11 Jonas Cordes [c206a4]
remove cmake warning