Page MenuHomePhabricator

Project-set value for MODULES_PACKAGE_DEPENDS_DIRS gets clobbered by MITKConfig.cmake
Closed, ResolvedPublic

Description

Correct behavior should be to append any existing MODULES_PACKAGE_DEPENDS_DIRS value (using list semanatics).

Event Timeline

[0f7efb]: Merge branch 'bug-18119-dont-clobber-modules-package-depends'

Merged commits:

2014-10-30 23:21:13 Sascha Zelzer [f3ee16]
Ensure that project-specific package dirs are searched first.


2014-10-31 00:09:28 Sascha Zelzer [4d042c]
Check if MODULES_PACKAGE_DEPENDS_DIRS is not empty.


2014-09-02 19:41:53 Taylor Braun-Jones [3fbdd6]
Fix MODULES_PACKAGE_DEPENDS_DIRS clobbered by MITKConfig.cmake

Correct behavior is to append any existing MODULES_PACKAGE_DEPENDS_DIRS
value (using list semanatics).

Signed-off-by: Taylor Braun-Jones <taylor.braun-jones@ge.com>