Page MenuHomePhabricator

CTK Libraries not propagated correctly for 'package' target
Closed, ResolvedPublic

Description

With the latest CTK Update, the CTK_RUNTIME_LIBRARY_DIRS is no more available. As a consequence, the runtime library path is not propagated to the cmake_install.cmake files and the package cannot be built.

Event Timeline

New remote branch pushed: bug-16606-FixCTKLibPathPropagation

QuickFix is in the remote branch I've just pushed. @Caspar could you please test it on windows?

[5ea793]: Merge branch 'bug-16606-CTKLibraryPassingToInstallerFix'

Merged commits:

2013-12-04 15:13:11 Jan Hering [a339cb]
Manual path insertion in case CTK_RUNTIME_LIB_DIRS empty

  • use the $CTK_BUILD/CTK-build/bin path
  • also a small warning is print out

New remote branch pushed: bug-16606-enable-output-only-for-debug-messages

[6ac00f]: Merge branch 'bug-16606-enable-output-only-for-debug-messages'

Merged commits:

2013-12-04 17:53:16 Caspar Goch [85e0ed]
Output only if mbilog debug messages are activated

The recent CTK update and the related MITK commits fix this issue by properly using CTK CMake variables to construct the runtime library search path.