Page MenuHomePhabricator

MITK superbuild configure fails if BUILD_TESTING in on but Boost is off
Closed, ResolvedPublic

Description

The problem is that the diffusion core test driver is built although diffusion core is not available due to the missing boost. Fix this in the CMakeList.txt of the diffusion core test driver.

Event Timeline

New remote branch pushed: bug-16873-FixConfigureWithoutBoost

[520f7a]: Merge branch 'bug-16873-FixConfigureWithoutBoost'

Merged commits:

2014-01-22 14:07:44 Alfred Franz [622dbb]
Fixed the cmakelist file: it is now checking if target ${TESTDRIVER} exists.