Import 2017-06-07 23:51:09: master 00ff318f

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-09-10 02:22:23 master 87c5055d
Changeset

COMP: Set loadable module _INCLUDE_DIRS variables in Slicer project

This commit fixes a regression introduced in previous commit by ensuring
vtkSlicerTractographyDisplayModuleMRML_INCLUDE_DIRS variable is also
defined in the Slicer project itself.

Before this commit similar variables were only defined after including
SlicerConfig.cmake (by calling "find_package(Slicer)").

Note that since SubjectHierarchy Logic and MRML libraries are setting
the _INCLUDE_DIRS to a specific values, an exception is adding to
the SlicerMacroBuildModuleVTKLibrary macro. Alternatively, missing
include directories could have been added to each SH plugin but the same
update would have to be done for extension building SH plugin.

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

mod - CMake/SlicerGenerateSlicerConfig.cmake Diff File
mod - CMake/SlicerMacroBuildModuleQtLibrary.cmake Diff File
mod - CMake/SlicerMacroBuildModuleVTKLibrary.cmake Diff File
mod - Modules/Loadable/Markups/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/Models/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/SceneViews/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/SubjectHierarchy/Widgets/CMakeLists.txt Diff File
mod - Modules/Loadable/Transforms/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Scripted/DICOMLib/Logic/CMakeLists.txt Diff File
mod - Modules/Scripted/DICOMLib/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Scripted/DICOMLib/Widgets/CMakeLists.txt Diff File