Page MenuHomePhabricator

[Dashboard] MITK configure error on all nightly dart clients
Closed, ResolvedPublic

Description

Module Mitk won't be built, missing dependency: Mitk
CMake Error at Core/Code/CMakeLists.txt:30 (TARGET_LINK_LIBRARIES):

Cannot specify link libraries for target "Mitk" which is not built by this
project.
  • Configuring incomplete, errors occurred!

see http://cdash.mitk.org/index.php?project=MITK&display=project

Event Timeline

the problem has been solved with commit b158f5 in T8753#c8

Actually, the "same" problem exists for many other MITK modules. The "add_subdirectory" commands in the Modules/CMakeLists.txt files are not topologically sorted according to the module dependencies. This prevents a first successful configure step.

The originally reported problem has been solved.