acil-bwh / ChestImagingPlatform

Chest Imaging Platform (CIP)
Other
55 stars 34 forks source link

Issues building with Boost #2

Closed acil-bwh closed 9 years ago

acil-bwh commented 9 years ago

VTK_USE_BOOST has been removed in VTK6 and has been replaced by:

rjosest commented 9 years ago

VTK build system has switched to a modular structure. More details can are here: http://www.vtk.org/Wiki/VTK/Build_System_Migration

VTK_USE_BOOST is not declared any more as a cache variable. Instead, we can detect if the module that we are targeting (vtkInfovisBoostGraphAlgorithms) is part of VTK and then defined a CIP_USE_BOOST variable In the future we could cache this variable to be able to control at config time if CIP will use BOOST or not.