Page MenuHomePhabricator

Build error due to 'boost not found'
Closed, ResolvedPublic

Description

The build of diffusion imaging is failing on Mac OS X because of

'error: boost/version.hpp: No such file or directory'

Event Timeline

It's not a mac specific problem, it only works on other platforms because of a CMake hack in the diffusion imaging plugin. Boost should be optional, but boost-dependent modules and bundles should still be visible in CMake configuration. This could be solved by enhancing the MITK_Boost_Config.cmake file and the Module macros.

[SVN revision 24527]
FIX (#4323): make boost an optional dependency