Page MenuHomePhabricator

make PACKAGE does not work if no application is build
Closed, WontfixPublic

Description

When building MITK for command line only (no Qt and no build BlueBerry app) make PACKAGE results in an empty directory, whether or not any cmd app is configured.

Related Objects

Event Timeline

goch added a project: Restricted Project.
goch added a parent task: Restricted Maniphest Task.

Adding

MITK_INSTALL_TARGETS(EXECUTABLES ${EXECUTABLE_TARGET} )

to the mitkFunctionCreateCommandLineApp.cmake will result in all libraries being copied. It slows the package creation to a crawl however (several hours for just the diffusion cmdApps). We should refactor the MITK_INSTALL_TARGETS macro to combat that intolerable slowdown.

The vast majority of time is spend in the _fixup_target() macro of mitkMacroInstall.cmake

kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs