Page MenuHomePhabricator

doc dependency to BlueBerryDoc forces BlueBerryDoc build
Closed, ResolvedPublic

Description

The fix for the issue in T18882 created a new issue. Adding a depencency from doc to BlueBerryDoc causes BlueBerryDoc to be build on all build and as a custom target it is assumed to be out of date always.

A quick fix for this is to only add the dependency for nightly dart clients. To fix this for good I will contact the cmake mailing list.

Event Timeline

User goch has pushed new remote branch:

bug-19024-only-enable-dependency-for-nightlies

[f7ba3d]: Merge branch 'bug-19024-only-enable-dependency-for-nightlies'

Merged commits:

2015-04-22 13:16:54 Caspar Goch [1f974b]
only add the blueberrydoc dependency in the case of nightly dart clients

I already moved the BlueBerry plug-ins into the MITK/Plugins folder and merge the CMake files. This will also merge the Doxygen documentation steps and there will be no need any more for separate targets and tag files.

In that case I will consider this bug fixed. However if I get an answer on the cmake list I will post it here for reference.