Import 2017-06-07 23:51:09: master 09a53309

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-02-02 23:21:13 master 7bf46439
Changeset

COMP: Build FiberTractMeasurements only if diffusion support is enabled

This commit fixes a build error ensuring that the module
FiberTractMeasurements first introduced in r23831 (ENH: Added first
implementation of FiberTractMeasurements CLI module) is build only
when needed.

Build error:

[...]
[ 34%] Built target vtkSlicerSubjectHierarchyModuleMRMLPythonD
/path/to/Slicer/Modules/CLI/FiberTractMeasurements/FiberTractMeasurements.cxx:23:36: fatal error: vtkMRMLFiberBundleNode.h: No such file or directory
#include <vtkMRMLFiberBundleNode.h>
[...]

From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23940 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/CLI/CMakeLists.txt Diff File